Swift theorytheory 0/50 · 0%
SwiftUI · medium

26. SwiftUI: StateObject

Lifecycle-aware state.

@StateObject ensures the object is only created once for the view's lifetime.

Check your understanding

  1. 1. ObservedObject vs StateObject?

  2. 2. Initialization?