Conditional onTapGesture in SwiftUI – Ios swift
I have a navigation link and I need a different behavior when its label (MyView) is tapped depending on the edit mode (or any other condition): If we are not in edit mode, I want to trigger the navigation link…