1

I've got a UICollectionView, and on finger up (or mouse up) the cells deselect/dehighlight. I can see that they get highlighted on finger down (actually long finger down as it's inside a uiscrollview), but as soon as you let go they get de-highlighted.

And (when i did have a delegate set), the didSelectItemAtIndexPath was not getting called.

Any suggestions?

Chris
  • 39,719
  • 45
  • 189
  • 235
  • http://stackoverflow.com/questions/14298650/uicollectionviewcell-with-uiscrollview-cancels-didselectitematindexpath This seems to answer your question – Andrew Wilcockson Jan 15 '13 at 02:04

1 Answers1

0

Turns out that there was a tap gesture recogniser on a superview that was greedily eating up all the tap gestures.

Chris
  • 39,719
  • 45
  • 189
  • 235