diff --git a/Demo/.DS_Store b/Demo/.DS_Store new file mode 100644 index 0000000..c693e01 Binary files /dev/null and b/Demo/.DS_Store differ diff --git a/Demo/Demo.xcodeproj/project.xcworkspace/xcuserdata/yangxu.xcuserdatad/UserInterfaceState.xcuserstate b/Demo/Demo.xcodeproj/project.xcworkspace/xcuserdata/yangxu.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..41981da Binary files /dev/null and b/Demo/Demo.xcodeproj/project.xcworkspace/xcuserdata/yangxu.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Sources/SwipeCell/SwipeCellViewModifier2.swift b/Sources/SwipeCell/SwipeCellViewModifier2.swift index fc5ee8a..70cb41d 100644 --- a/Sources/SwipeCell/SwipeCellViewModifier2.swift +++ b/Sources/SwipeCell/SwipeCellViewModifier2.swift @@ -56,7 +56,7 @@ extension SwipeCellModifier { } } .contentShape(Rectangle()) - .gesture(getGesture()) + .simultaneousGesture(getGesture()) .onAppear { self.setStatus(status) switch status {