Daily iOS
SwiftUI네이버웹툰

Observation dependency tracking

In iOS 17 SwiftUI, when one property on an @Observable model changes, only some of the views using that model redraw, not all of them. What does SwiftUI use to decide which views to redraw?

Submit