I implemented AQGridView, and works Fine, but when I select an cell, she disappears.
I think this is related with method "cellChooser"
What is the function of CellChoser?
- (void) cellChooser: (MagazineCell *) chooser selectedItemAtIndex: (NSUInteger) index
And how can I do implement it?
Thanks!