Skip to content
This repository has been archived by the owner on May 26, 2019. It is now read-only.

Disable Draging #6

Open
NorbertSzydlowski opened this issue Feb 4, 2015 · 1 comment
Open

Disable Draging #6

NorbertSzydlowski opened this issue Feb 4, 2015 · 1 comment

Comments

@NorbertSzydlowski
Copy link

Hi,

is any way to disable dragging all cells or any one?

@flschlosser
Copy link

Hi,

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants