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