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

Allow drag and drop of cells when GMGridView is on edit mode #166

Open ararog opened 11 years ago

ararog commented 11 years ago

It would be nice if grid view allow drag and drop to reorder cells during edit mode.

austimkelly commented 11 years ago

I added this method to GMGridViewCell.m/h and set it for each cell. Then I can delete a cell while its in edit mode. This is just a test, I haven't fully cleaned this up.

}

zeroCoder1 commented 11 years ago

I know its an old issue.. if you are still working on it... I have added something similar to what you mention here.... https://github.com/zeroCoder1/GMGridView/blob/master/GMGridView/GMGridView.m#L611

chathurka commented 11 years ago

This is help for you http://www.roshankularathna.blogspot.com/2013/03/gmgridview-long-press-delete-and-moving.html