How to zoom a UIScrollView inside of a UICollectionViewCell?

后端 未结 7 979
天涯浪人
天涯浪人 2020-12-04 20:10

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

7条回答
  •  离开以前
    2020-12-04 20:37

    Check if all related view's multitouch is on. iOS disabled multitouch by default on most views to save energy.

提交回复
热议问题