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

content of GMGridView more than its frame #171

Open Sergozh opened 11 years ago

Sergozh commented 11 years ago

Hello, whats wrong with GMGrid, I want to display some images in frame, but they move after that frame. On picture it is whit frame. Frames of grid and white Rectangular are the same. IMG_0064

mrfanr commented 11 years ago

I also met the problem, Seek solutions....

Sergozh commented 11 years ago

Yeah! I found it!

dmi3j commented 11 years ago

Any solutions?

lowwh88 commented 11 years ago

@Sergozh can you share the solution?

Sergozh commented 11 years ago

@mrfanr, @dmi3j, @lowwh88 in GMGridView.m find "self.clipsToBounds" and make sure, that is equal self.clipsToBounds = YES; this is the solution.

mrfanr commented 11 years ago

Thank you!

dennishappy commented 11 years ago

i wanna change its frame,but i come across some problems.(when i add a new book,it has no background)