Open NorbertSzydlowski opened 9 years ago
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.
Hi,
is any way to disable dragging all cells or any one?