Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for the new drag and drop in uitableview and uicollectionview #12

Open
jcampbell05 opened this issue Apr 27, 2016 · 4 comments
Open

Comments

@jcampbell05
Copy link

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 ?

@bogo
Copy link
Collaborator

bogo commented Apr 27, 2016

Could you outline which API you would like to see adopted specifically?

@jcampbell05
Copy link
Author

This one that has been introduced in iOS 9

http://nshint.io/blog/2015/07/16/uicollectionviews-now-have-easy-reordering/

@nevyn
Copy link
Owner

nevyn commented Jun 5, 2016

@jcampbell05 Ooh, interactive movement looks fantastic. In the example app, you can see a sample of how to use drag'n'drop to support both dragging for the sake of moving items outside of a collection, and dragging for the sake of reordering -- supporting both at the same time. Implementing support for interactive movement in that sample sounds like a fun exercise; feel free to send a PR if you end up doing it :)

@jcampbell05
Copy link
Author

@nevyn not quite there in my app but will do once I give it a go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants