SwiftUI: ListItem gestures
问题 Target is a modification with the following behavior: (but only with 2 buttons - 1 on the left side, 1 on the right) Behavior: short swipe shows the buttons and gives the user the ability to click it. strong long swipe presses button. ability to use 2 finger gesture Minimal reproducible example: import SwiftUI public extension View { func SwiperizeItem(closureL: @escaping () -> (), closureR: @escaping () -> ()) -> some View { self.modifier( SwiperizeItemModifier(closureL: closureL, closureR: