Karhin’s Blog
Apps, Design and Music

How to cancel withObservationTracking

Starting with iOS 17, the system introduced a new framework called Observation. It does make life a bit easier in the context of SwiftUI, but integration with UIKit (or simply the task of wiring together different Observable objects) can cause some problems, since the only tool available is withObservationTracker.