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

Change index for closeTransform #184

Open wsnnn opened 11 years ago

wsnnn commented 11 years ago

I was faced with the following problem: when open cell no. 2, and at this point the cell no. 1 was deleted when closing (closeTransform) in place of cell no. 1 clone cell no. 2 appears. [_gmGridView reloadData] does not remove the duplicate. How can I replace the index at the close of the cell or somehow updated _gmGridView to remove the clone?