Xcode – SwiftUI: Link together with NavigationLink as list item
How can one have a list where each item in the list contains a Link and a NavigationLink? When putting the Link and NavigationLink next to each other in an HStack both get triggered wherever I tap on the row.…