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

Sort Help required! #202

Closed ghost closed 10 years ago

ghost commented 10 years ago

Is there a way to switch off the sorting in Grid-view. I see no params for enabling/disabling sort. Noticed that the current gird forces devs to use edit mode or sort mode, Is there something like no sort/edit state in gridview?