I have a uicollectionview inside a uitableviewcell. tableView: didSelectRowAtIndexPath doesn't recognize my touch and collectionView: didSelectItemAtIndexPath only recognizes touch for the items inside the collectionview. Is there a way for a uitableviewcell with a uicollectionview inside to recognize touch events?
hitTest:withEvent.