Dragging gesture from outside to inside iPad screen

Hi! I was wondering what is the best way to make a gesture to drag something that is just out of the screen by dragging to the inside of the screen, such as iPad's playing controls at the bottom.


Any ideas?


Thanks in advance!

Answered by Frameworks Engineer in 55636022

Hi UnMAnU


Have you taken a look at UIScreenEdgePanGestureRecognizer? A UIScreenEdgePanGestureRecognizer acts on pan gestures that originate from a screen edge, like the notification and control center gestures.

Accepted Answer

Hi UnMAnU


Have you taken a look at UIScreenEdgePanGestureRecognizer? A UIScreenEdgePanGestureRecognizer acts on pan gestures that originate from a screen edge, like the notification and control center gestures.

Dragging gesture from outside to inside iPad screen
 
 
Q