Swift theorytheory 0/50 · 0%
SwiftUI · medium

25. SwiftUI: ObservedObject

Observable state.

@ObservedObject and @Published are used for external state in classes.

Check your understanding

  1. 1. Protocol for the class?

  2. 2. Property wrapper for values?