DenTelezhkin / DTDragAndDropExample

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

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

License:MIT License


Languages

Language:Swift 99.7%Language:C 0.3%