Some time ago I mentioned a UICollectionView extension that allowed you to add drag-and-drop reordering to UICollectionView based grids.
Here’s an open source library that makes it easy to add drag and drop to UIViews with a number of nice features called AtkDragAndDrop by Rick Boykin.
AtkDragAndDrop makes it easy to set up views as drag and drop source and destination zones, provides a shadowing feature to illustrate a view being dragged, allows you to specify a UIGestureRecognizer for drag recognition, works with the UIPasteBoard for data passing, and a really nice auto-scrolling feature as you drag in a UIScrollView.
Included is an example showing how to set up some basic drag and drop views and zones.
A screenshot of some images from the included example app:

You can find AtkDragAndDrop (Asymptotik Drag And Drop) on Github here.
A nice easy way to create drag and drop views.
Thanks to Chris for the submission.
- Library Allowing You To Easily Add Drag And Drop Between UIViews – Even Popover Views
- Open Source: Library For Fully Functional Keynote Style Image Sidebars
- Library Allowing You To Add A View With The Parallax Scrolling Effect Atop Any UIScrollView
- Add Snazzy Drag & Drop Functionality To Mapkit In iOS 4 – Open Source
- Tutorial: Drag And Drop Outlets And Actions In Xcode 4 Interface Builder
Original article: iOS Library For Adding Drag-And-Drop With Auto-Scrolling And UIPasteBoard Support
©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.




