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!
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.