PZSwipedCollectionViewCell(中文说明)
the UICollectionView's width is equal to UIScreen.main.bounds.width.
- UICollectionViewCell swipe left to show view. By default, swipe left to delete.
- only one opening cell in whole collectionView.
- PUT PZSwipedCollectionViewCell to your project.
- subclass PZSwipedCollectionViewCell
- none
Just two step, you can use swipe left to delete in UICollectionCell.
Or you can custom your view to show. Just create a custom view and then set it to property 'revealVIew'.
PZSwipedCollectionViewCell is released under the MIT license. See LICENSE for details.