Post

Replies

Boosts

Views

Activity

Comment on SwiftUI presentationMode dismiss not work on specific case
This problem still appears to be a bug in Xcode 13.0 using SwiftUI. The dismiss() works fine in my case until I select a toggle button on that view. Then the dimiss() stops working.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on Xcode 12.4: Image Literal returns error message
Image, color and file literals were removed from Xcode 13's code completion. So instead of typing "image lit", type the code: #imageLiteral(resourceName: "")
Replies
Boosts
Views
Activity
Feb ’22
Comment on Type '()' cannot conform to 'View error
In case others see this, ForEach does everything a For loop does except that ForEach is designed to be used with SwiftUI. ForEach returns the needed view.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on Xcode Unable to create a save panel.
This worked for me as well. Thanks.
Replies
Boosts
Views
Activity
Jul ’22
Comment on how to detect a phone call end state
Unfortunately that is a dead link now.
Replies
Boosts
Views
Activity
Nov ’22