Although it may be "orthogonal" and I may not have learned everything about drag and drop, I believe my code does follow the code samples suppled my Apple. I've also found other code samples elsewhere that agree with Apple's and with mine. I do have a case where there is a relationship between drag and drop and Core Data.
I could build an array with the strings I want to drag and drop and that appears to be the proper way to implement this. So far I've found that info on Core Data is rather sparse, especially as it pertains to sample code. On Thu, Oct 28, 2010 at 5:47 PM, Kyle Sluder <[email protected]> wrote: > On Thu, Oct 28, 2010 at 3:43 PM, Paul Johnson <[email protected]> wrote: > > Sean, the sample code you refer to doesn't use Core Data. My issue is > with > > the use of Core Data along with drag and drop. > > No, your issue is that you haven't learned how to implement drag and > drop. The fact that you're using Core Data is orthogonal. > > --Kyle Sluder > _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
