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

Grid cell want to draw from top #195

Open komalkumarverma111 opened 11 years ago

komalkumarverma111 commented 11 years ago

Hi,

I want to draw grid cell from top most corner , not from the centre . Please help me to draw grid like same.

Thanks

forsan commented 11 years ago

i think this maybe help you.

gmGridView.centerGrid = NO;