GMGridView
GMGridView copied to clipboard
some issue about - GMGridView:(GMGridView *)gridView didTapOnItemAtIndex:(NSInteger)position
when I click on the cell it responded wrong number of item ... what should I do???
Weird, you're the only one.
What layout strategy are you using? Default is vertical so maybe you need to change it to horizontal.
i tried both..
Place a deug label on the cell saying what index cell it is. This will ensure the layout strategy is as you expect.
ok, I will try at tomorrow, thank you !!