DragSelectCollectionView
A UICollectionView
subclass for selecting multiple cells while dragging.
Features
Enable selecting collection view cells by dragging along the view | Auto scroll when the user drags close to the top or bottom of the view | Limit how many cells to select, e.g. limit of thirteen | ||
---|---|---|---|---|
![]() |
![]() |
![]() |
Customizations
- Enable / disable auto scroll hotspots.
- Adjust hotspot height and placement.
- Adjust auto scroll speed.
- Prevent certain cells from being drag-selected through the
UICollectionViewDelegate
.
Documentation
Docs can be found here, generated by jazzy.
Credits
Inspiration for this project comes from an Android version by afollestad.