https://github.com/amerhukic/swipeablecollectionviewcell-example
Collection view cell with swipe to delete feature - example project
https://github.com/amerhukic/swipeablecollectionviewcell-example
swipe-to-delete uicollectionview uicollectionviewcell
Last synced: about 1 year ago
JSON representation
Collection view cell with swipe to delete feature - example project
- Host: GitHub
- URL: https://github.com/amerhukic/swipeablecollectionviewcell-example
- Owner: amerhukic
- License: mit
- Created: 2018-08-27T09:27:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-21T21:17:00.000Z (almost 7 years ago)
- Last Synced: 2025-03-26T17:46:45.498Z (about 1 year ago)
- Topics: swipe-to-delete, uicollectionview, uicollectionviewcell
- Language: Swift
- Homepage: https://www.amerhukic.com/swipeable-collection-view-cell
- Size: 335 KB
- Stars: 26
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repo contains an example iOS project that demonstrates how to subclass `SwipeableCollectionViewCell` and implement the swipe to delete feature.
[A detailed explanation about the implementation is available as a blog-post on my website](https://www.amerhukic.com/swipeable-collection-view-cell).
## License
SwipeableCollectionViewCell-Example is licensed under the MIT license. Check the [LICENSE](LICENSE) file for details.
## Author
[Amer Hukić](https://amerhukic.com)