I\'m trying to add a UIScrollView inside of a UICollectionViewCell. The idea is that you can use pinch to zoom the UIScrollView (and w
UIScrollView
UICollectionViewCell
Check if all related view's multitouch is on. iOS disabled multitouch by default on most views to save energy.