Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 51 replies, 0 views
Replied In
SwiftUI NavigationLink pops out by itself
I was having this issue because i used
@State var date = Date()
i removed it and the issue is no more there.
this solution did not work in my case :
NavigationLink(...){
emptyView()
}