Answer the question
In order to leave comments, you need to log in
How to override didSelectRowAtIndexPath in UICollectionViewCell inside UITableViewCell?
There is such structure:
All delegates are anchored, all methods fulfill perfectly. Everything except
- (void)collectionView:(UICollectionView *)collectionView didSelectItemAtIndexPath:(NSIndexPath *)indexPath;
- (UICollectionViewCell *)collectionView:(UICollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath
UITapGestureRecognizer
to the cell, but I'm wondering if it's possible to intercept the standard event? On foreign forums I read that no.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question