/DTDragAndDropExample

iOS 11 Drag&Drop Demo, enhanced using DTTableViewManager and DTCollectionViewManager

Primary LanguageSwiftMIT LicenseMIT

DTDragAndDropExample

iOS 11 Drag&Drop Demo, enhanced using DTTableViewManager and DTCollectionViewManager

Original code taken from Apple's WWDC 2017 session 223 - Drag and Drop with Collection and Table View

DTTableViewManager and DTCollectionViewManager are powerful UITableView and UICollectionView - management frameworks, written in Swift and taking use of generics and associated types.

Installation

You need to have Carthage installed in your system, which you can do using Homebrew:

brew install carthage

Then, to install dependencies, run:

carthage bootstrap

Then open PhotoAlbum.xcodeproj and enjoy!