Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当已经完全放大时,如何强制 UIScrollView 忽略捏打开手势?
我遇到的问题是您可以在缩放时拖动滚动视图,即使当前禁用滚动也是如此。如果已经完全放大,我想阻止这种情况发生,但仍然允许缩小手势。
尝试_scrollView.bouncesZoom = NO;
_scrollView.bouncesZoom = NO;