it was instead of :
.navigationDestination(isPresented: $isListeCreee){
ContentView()
}
but It don’t work very well like the old depreciated method :( … so I need to use init(value: label:) right ? But where is the Boolean value to activate the view.
Post
Replies
Boosts
Views
Activity
Thanks Claude ! You are the best !
Wow thank you for your generosity and help. I tried to do some tests too and yes I confirm it can only come from Binding...
Here is the link of the github project that you can pull :)
https://github.com/gwentey/2023-perso-learnIO-swift
I just added the code, thanks in advance