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

some issue about - GMGridView:(GMGridView *)gridView didTapOnItemAtIndex:(NSInteger)position #149

Open bravetaru opened 12 years ago

bravetaru commented 12 years ago

when I click on the cell it responded wrong number of item ... what should I do???

exalted commented 11 years ago

Weird, you're the only one.

ricsantos commented 11 years ago

What layout strategy are you using? Default is vertical so maybe you need to change it to horizontal.

bravetaru commented 11 years ago

i tried both..

ricsantos commented 11 years ago

Place a deug label on the cell saying what index cell it is. This will ensure the layout strategy is as you expect.

bravetaru commented 11 years ago

ok, I will try at tomorrow, thank you !!