Post

Replies

Boosts

Views

Activity

Comment on Picker selection not changing
Yeah sadly you can't use an Optional value with a Picker in the same simple way you can normally do for Enum types. Instead, you need must tag each item casted as an Optional value. Here's an example from this SO answer to the question: Picker for optional data type in SwiftUI?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jan ’24
Comment on SwiftUI List Separator within NavigationView Problem
Yes, I am noticing the same thing!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on Picker selection not changing
Yeah sadly you can't use an Optional value with a Picker in the same simple way you can normally do for Enum types. Instead, you need must tag each item casted as an Optional value. Here's an example from this SO answer to the question: Picker for optional data type in SwiftUI?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’24
Comment on NavigationBar Back Button Color iOS 16
This worked for me! But all I had to do was set the back indicator image (I didn't need to set the back button appearance).
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22
Comment on Launch Screen Image not Updating!!!
Thanks! For me, I didn't even have to remove the app. I just restarted my phone and rebuilt the app on my phone.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on App record creation error at validation
This worked for me!
Replies
Boosts
Views
Activity
Aug ’22