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

Issue related to scrolling #131

Open LeenaTekani opened 12 years ago

LeenaTekani commented 12 years ago

Hey first of all thanks for such a nice demo of gridview it solved almost all my problems of showing UIImageview in grid and reordering them. Your demo works smoothly like scroll works really smoothly if i don't add any UIView in the contentview of the cell. But when i add UIImageview in the contentview scrollview does n't scroll properly. Can you help me related to this.

Thanks, Leena