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

Scrolling puts view ontop of other views #164

Open funston opened 11 years ago

funston commented 11 years ago

In the demo, if you use a vertical layout in the Demo 2, bottom grid, you'll see scrolling down will scroll items ON TOP of the the other views. The gridview does not seem to be clipping around it's frame.

stubuchbinder commented 11 years ago

set clipsToBounds = YES;

oasis1996 commented 11 years ago

rschiavi you is the best thxxx