gmoledina / GMGridView

A performant Grid-View for iOS (iPhone/iPad) that allows sorting of views with gestures (the user can move the items with his finger to sort them) and pinching/rotating/panning gestures allow the user to play with the view and toggle from the cellview to a fullsize display.
MIT License
2.3k stars 512 forks source link

Seems important #209

Open erfanali opened 9 years ago

erfanali commented 9 years ago

Exporting the "UIGestureRecognizer+GMGridViewAdditions.h" and "UIView+GMGridViewAdditions.h" file so that user can use the static lib and the headers instead of the whole project.

Another delegate method added so that user could set which cell/index they want to moveable.