A UIGestureRecognizer Tutorial

Drag and drop

Steven Curtis

--

Photo by Eugene Chystiakov on Unsplash

The interaction between user and App is extremely important. This extends from the look and feel of the application right to the touch gestures that make the user’s interactions delightful.

In order to make the application respond to these gestures you will need UIGestureRecognizer, and this tutorial should help you out in doing so.

--

--