AQGridView
AQGridView copied to clipboard
issue #127 - The behavior of [delegate willSelectItemAtIndex:] is more similar to UITableView
- selection change can be refused in method by returning value NSNotFound.
- deselection of previous selected item is made after calling willSelectItemAtIndex method, so it is possible to use gridView.indexOfSelectedItem
- Grid view which isn't full and there is some free space under cells. If user tap to that space, both methods willSelect+didSelect are called and index value is NSNotFound. Fixed, methods aren't no more called.