I have a UICollectionView that horizontally scrolls to show one UICollectionViewCell at a time. Each UICollectionViewCell the has a ve
UICollectionView
UICollectionViewCell
The tap on the UIScrollView is used to see whether scrolling should be done.
UIScrollView
You should catch the single tap on the UIScrollView itself and pass it on to the surrounding UICollectionViewCell.