Post

Replies

Boosts

Views

Activity

Reply to SwiftUI NavigationLink pops out by itself
Where exactly are you putting the empty navigation link? I've tried putting inside my List, inside my ForEach, before and after the list, before and after the For Each, and it only seems to fix my first link. All the others keep popping when I tap on a button in the detail view. The button I'm pressing in the detail view makes changes to core data. Could it be a different issue? Could it be that making changes to the model, which the master view uses as well, causes the pop?
May ’21