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

Image stuck on screen #201

Open tecknut opened 10 years ago

tecknut commented 10 years ago

Hey, I have been using GMGridView recently and have noticed that from time to time a cell with an image will get stuck on the screen while dragging the cell to a new location. The image will stay stuck in front of all views on in the app. The only way to remove it is to close the app and restart it. I haven't gone looking for the cause of the problem yet and thought I would post this here first. If I find a solution I will post it here too.

Thanks