SwiftUI NavigationLink not triggering action when using custom view as label on iOS 17
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-07-05
swift swiftui navigationlink
I'm having trouble with a `NavigationLink` in my SwiftUI app. I'm trying to create a custom label for the link using a `HStack`, but the link doesn't seem to re...