DragSelectCollectionView 1.0.1

DragSelectCollectionView 1.0.1

Maintained by Haskel Ash.



  • By
  • haskelash

DragSelectCollectionView

Build Status Code Coverage Documentation CocoaPods Twitter

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
dragging example   auto scroll example   selection limit example

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.