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

Disable dragging/arranging? #167

Open rscott78 opened 11 years ago

rscott78 commented 11 years ago

Is there a way to disable dragging of the grid cells? I don't want my users to be able to re-arrange any of the items.

Thanks