SwiftUI to destroy the Publishing Industry
![SwiftUI to destroy the Publishing Industry](/content/images/size/w960/2023/06/daniel-avatar.jpg)
presented by Daniel Steinberg
When your controller, view model, or presenter needs to tell a SwiftUI view to refresh itself with updated data, we have used an ObservableObject and @Published. All that changes with the introduction of @Observable. In this session we’ll look at how we adjust data flow in our apps with the new Observable protocol and the @Observable macro.