Hold-to-record video AND swipe-to-delete Gestures - how to implement?

Hey folks,

I’m trying to implement the following (for a video application):

a) Hold (long-press gesture) anywhere on screen to record video, AND
b) Swipe down/up to Delete it (if user swipes it),
Otherwise, (c) Release (end long-press) to send / store the video.

Has anyone implemented something like this? I’d appreciate any tips on chaining the Long-Press Gesture along with a Swipe Gesture. (I’ve seen examples of them individually, but not combined)

Many thanks!
-atul

#GestureRecognizer #LongPress #Swipe #Swift