Ios swift – SwiftUI List with Selection and onTapGesture Interfering with Each Other
I'm working on a SwiftUI app where I have a List that needs to support both selection of items and handling double tap gestures on those items. However, I'm facing an issue where enabling onTapGesture seems to interfere with the…