Post

Replies

Boosts

Views

Activity

Comment on Why does custom Binding not update UI
The problem is that because you can't modify the contents of the class, you can't tell it to send change notifications which is what SwiftUI needs. I currently trying a way round this, possibly using Combine, but it's difficult without access to the original class (an extension can't do much). I'll update when I get somewhere but it'll either be ugly or not possible.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Oct ’22
Comment on navigationTitle with menu
Keep watching for changes after each beta release; the release notes show the main things but not everything. Browse through the documentation and look for the colour-coded APIs to see what's changed. I've found things that were released back in iOS 13 that I didn't know about.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Aug ’22