UPGRADE YOUR SKILLS: Learn advanced Swift and SwiftUI on Hacking with Swift+! >>

Share data between views on same hierarchy level

Forums > SwiftUI

Good morning....

I followed this guide here to share toggle states in one view to another: https://www.hackingwithswift.com/quick-start/swiftui/how-to-use-environmentobject-to-share-data-between-views

This guide assumes that the View with the @StateObject is a level higher than the DetailView with the @EnvironmentObject.

But how would someone approach the problem when @StateObject and @EnvironmentObject are in separate views and both are children of a parent view?

thanks in advance richard

1      

You could create it in the App Struct and put the StateObject in the environment. https://swiftwithmajid.com/2020/07/02/the-difference-between-stateobject-environmentobject-and-observedobject-in-swiftui/

Somehow there has to be a root view at the top. There can't be two root views.

1      

Hacking with Swift is sponsored by RevenueCat

SPONSORED Take the pain out of configuring and testing your paywalls. RevenueCat's Paywalls allow you to remotely configure your entire paywall view without any code changes or app updates.

Learn more here

Sponsor Hacking with Swift and reach the world's largest Swift community!

Archived topic

This topic has been closed due to inactivity, so you can't reply. Please create a new topic if you need to.

All interactions here are governed by our code of conduct.

 
Unknown user

You are not logged in

Log in or create account
 

Link copied to your pasteboard.