AQGridView icon indicating copy to clipboard operation
AQGridView copied to clipboard

issue #127 - The behavior of [delegate willSelectItemAtIndex:] is more similar to UITableView

Open ghost opened this issue 12 years ago • 0 comments

  1. selection change can be refused in method by returning value NSNotFound.
  2. deselection of previous selected item is made after calling willSelectItemAtIndex method, so it is possible to use gridView.indexOfSelectedItem
  3. 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.

ghost avatar Apr 23 '12 11:04 ghost