Re: iOS Drag and Drop

2017-06-14 Thread Quincey Morris
You realize you need Xcode 9 and iOS 11 for drag-and-drop, right? > On Jun 14, 2017, at 03:14 , Dave wrote: > > I’m only on XCode 8.3.2 and I can’t update at the moment because I have a > VERY slow and flakey Internet Connection. ___ Cocoa-dev maili

Re: iOS Drag and Drop

2017-06-14 Thread Dave
Thanks a Million! All the Best Dave > On 14 Jun 2017, at 16:34, David Brittain wrote: > > The resources tab for each session has downloadable content. e.g. for > "Introducing Drag and Drop" > https://developer.apple.com/videos/play/wwdc2017/203/ > > There are downloadable slides... > > https

Re: iOS Drag and Drop

2017-06-14 Thread David Brittain
The resources tab for each session has downloadable content. e.g. for "Introducing Drag and Drop" https://developer.apple.com/videos/play/wwdc2017/203/ There are downloadable slides... https://devstreaming-cdn.apple.com/videos/wwdc/2017/203atfalwz52js/203/203_introducing_drag_and_drop.pdf an

Re: iOS Drag and Drop

2017-06-14 Thread Giacomo Tufano
I think you want https://developer.apple.com/documentation/uikit/drag_and_drop > Il giorno 14 giu 2017, alle ore 12:14, Dave ha > scritto: > > Is there nothing I can just download? It seems to me there used to be loads > of doc

Re: iOS Drag and Drop

2017-06-14 Thread Dave
I’m only on XCode 8.3.2 and I can’t update at the moment because I have a VERY slow and flakey Internet Connection. Is there nothing I can just download? It seems to me there used to be loads of documents telling you have to do this, but they all seem to have disappeared? All the Best Dave >

Re: iOS Drag and Drop

2017-06-13 Thread Jens Alfke
It’s right in the developer docs. In Xcode 9 open the doc viewer, flip open UIKit in the outline on the left, then select Drag And Drop. —Jens ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator commen

Re: iOS Drag and Drop

2017-06-13 Thread Dave
Hi, I should have said I’m using Objective-C not Swift and I’d much rather have some written docs then a video for a number of reasons, the main one being I have limited Internet access at the moment and I can’t find a way to download the videos anymore…… Also, I find it takes much longer to ke

Re: iOS Drag and Drop

2017-06-13 Thread Michael Dautermann
> On Jun 13, 2017, at 9:11 AM, Dave wrote: > > Hi, > > Can someone point me to some documentation of Drag and Drop for iOS please? > > I done loads of searches but can’t find a brief intro and some Sample Code. > > I’ve not been working on iOS for some time and things seem to have changed >

Re: iOS Drag and Drop

2017-06-13 Thread Fulbert Boussaton
I read it (quickly) this morning and it seems quite well informed and well written : https://www.hackingwithswift.com/whats-new-in-ios-11 Flubb. > On 13 Jun 2017, at 15:11, Dave wrote: > > Hi, > > Can someone point me to some documentation of Drag and Drop for iOS please? > > I done loads