You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 26, 2019. It is now read-only.
if you override the following function (In your delegate) you can disable dragging for all cells. This means that even the long press animation will not be visible.
func collectionView(collectionView:UICollectionView, allowMoveAtIndexPath indexPath:NSIndexPath)->Bool{return false // or any kind of meaningful condition`
}
Hope that helps you.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
is any way to disable dragging all cells or any one?
The text was updated successfully, but these errors were encountered: