I'm using AQGridView for displaying a TableView in grid format.
I've a problem that, randomly, the GridCell needs to be tapped twice to trigger the
didSelectItem
method.
On the first tap the cell highlights itself, but no didSelectItem method is called. On the second tap the method is called.
Any ideas?