iOS Swift - State Management in SwiftUI
You have a parent view that owns a
@StateObject called settings. You want to pass this object to a child view so it updates when settings changes. Which is the best way to do this?