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

Fix for crash in Swift when long pressing an empty area. #108

Merged
merged 1 commit into from
Oct 25, 2016
Merged

Fix for crash in Swift when long pressing an empty area. #108

merged 1 commit into from
Oct 25, 2016

Conversation

ferhatozduran
Copy link
Contributor

In Swift collectionView:canMoveItemAtIndexPath: doesn't accept nil index path.

@lxcid lxcid merged commit 5609c90 into lxcid:master Oct 25, 2016
@lxcid
Copy link
Owner

lxcid commented Oct 25, 2016

Thanks. Unfortunately, we had the exact same naming as iOS 9's collection view data source. The best way to work around this is to namespace the API as provided at #101 but I haven't figure out an upgrade path for users of this library so I'm not too sure yet.

Either way, I'm hoping people was able to support iOS 9 at minimum soon so they can use the official API.

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

Successfully merging this pull request may close these issues.

2 participants