Until iOS 11 came out, iOS had a pretty terrible drag and drop experience. If you wanted to move a couple of photos from one app on your iPad to another, you would usually have to copy and paste each photo individually. If you compare this experience with the desktop, where you can grab one or multiple items and drag those items from one place to the other, the iOS experience sounds pretty bad.
Since iOS 11, users can finally enjoy a full drag and drop experience on iOS. Implementing drag and drop in your own apps has been made surprisingly simple since all you need to do is implement a couple of required methods from a handful of protocols. This chapter's purpose is to show you how to handle drag and drop in the augmented reality gallery you built in Chapter 8, Using Augmented Reality. The gallery app will be expanded so that...