Swift theorytheory 0/50 · 0%
SwiftUI · hard

47. SwiftUI: Environment

Dependency injection.

@Environment and @EnvironmentObject pass data through the view hierarchy without explicit props.

Check your understanding

  1. 1. Passed via modifier?

  2. 2. Key difference from ObservedObject?