Ios swift – SwiftUI – How to distinguish tap gestures when there is a button inside a bigger area that has a tap gesture?
I have a List and in each row I put a button at the left end and a text label on the right next to it. I want this button to have an action and the entire row to also…