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.
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.
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.