Skip to content

EvoIos/PZSwipedCollectionViewCell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PZSwipedCollectionViewCell(中文说明)

Required

the UICollectionView's width is equal to UIScreen.main.bounds.width.

Feature

  • UICollectionViewCell swipe left to show view. By default, swipe left to delete.
  • only one opening cell in whole collectionView.

Use

  1. PUT PZSwipedCollectionViewCell to your project.
  2. subclass PZSwipedCollectionViewCell
  3. 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'.

License

PZSwipedCollectionViewCell is released under the MIT license. See LICENSE for details.

About

a swiped collectionViewCell, that can swipe left to delete or do something you want.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages