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