1 min read

SwiftUI to destroy the Publishing Industry

SwiftUI to destroy the Publishing Industry
Daniel Steinberg

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.