Reply to SwiftUI NavigationLink pops out by itself For me adding the NavigationLink(destination: EmptyView()) { EmptyView() } still created a weird behaviour depending on the number of NavigationLinks I have. I've ended up just adding a EmptyView() and it solved the problem. UI Frameworks SwiftUI May ’21