Observing properties on an @Observable class outside of SwiftUI views
Published on: January 21, 2025On iOS 17 and newer, you have access to the Observable macro. This macro can be applied to classes, and it allows SwiftUI to officially observe properties on an observable class. If you want to learn more about Observable or if you’re looking for an introduction, definitely go ahead and check out my introduction to […]
Read post

