Re: Drag and Drop on iOS

2016-08-14 Thread Uli Kusterer
On 11 Aug 2016, at 13:49, Graham Cox wrote: > I have a small app that works on Mac, and I’m further developing an iOS > version of it. > > I’m wondering what the general approach is for dragging an object from one > view to another in iOS is. On the Mac version, I

Drag and Drop on iOS

2016-08-11 Thread Graham Cox
Hi all, I have a small app that works on Mac, and I’m further developing an iOS version of it. I’m wondering what the general approach is for dragging an object from one view to another in iOS is. On the Mac version, I simply use the usual drag image+pasteboard approach, but on iOS this