Post

Replies

Boosts

Views

Activity

Comment on ProgressView Error
Yes, there is the import SwiftUI line in my code. I changed the simulator from an iPod to an iPhone 12 mini, but the same error occurs. I've also cleaned the build folder, but it still returns the same error.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on ProgressView Error
It has to do with the         VStack {             ProgressView(value: 5, total: 15)         } area, as when I change it to Text("Hello!") it works fine.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’21