GMGridView icon indicating copy to clipboard operation
GMGridView copied to clipboard

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

Open bravetaru opened this issue 13 years ago • 5 comments

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

bravetaru avatar Sep 11 '12 12:09 bravetaru

Weird, you're the only one.

exalted avatar Nov 12 '12 14:11 exalted

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

ricsantos avatar Jan 12 '13 08:01 ricsantos

i tried both..

bravetaru avatar Jan 12 '13 11:01 bravetaru

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

ricsantos avatar Jan 13 '13 03:01 ricsantos

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

bravetaru avatar Jan 13 '13 14:01 bravetaru