Re: Double tap inside a UICollectionViewCell

2013-05-02 Thread koko
On May 2, 2013, at 10:35 AM, Matt Neuburg wrote: > Well obviously if you want to detect double taps on a collection view *cell*, > it might be simplest to attach the gesture recognizer to the collection view > *cell* (not the collection view itself). m. From the UICollectionView Programming G

Re: Double tap inside a UICollectionViewCell

2013-05-02 Thread Matt Neuburg
On Wed, 01 May 2013 18:23:10 -0600, koko said: >The code below from Collection View Programming Guide for iOS: Incorporating >Gesture Support does not work as expected. Is there something Apple has left >out? > >Does not work as expected means @selector(handleTapGesture:)is not called if a >do