CoreDragon
CoreDragon copied to clipboard
[iOS/deprecated!] Stop using context menus. Drag and drop instead, even between apps!
I recently inherited a project that contained CoreDragon 0.1.1 (and MeshPipe 0.1.3) via CocoaPods. After updating pods to the latest version (CoreDragon 0.1.3) and migrating to Xcode 8/Swift 3, I...
I'm setting the metadata for the drag as an additional pasteboard item. This means the data is sent twice to pasteboard, which is a slow and synchronous operation. By subclassing...
Is there support for the new APIs Apple released for drag and drop with UITableView and UICollectionView ? If not how do you think we could add support ?