0

I'm able to zoom with a specific maxZoomScale with double tap on UIScrollView. After my UIScrollView has been zoomed I still can zoom on it with a pinch. I would like to block this zoom pinch. Is there a way to do that ?

4

1 回答 1

0

你不应该能够缩放超过你的最大比例,你可能指的是 bouncingZoom ......然后将其设置为 NO :

bouncesZoom=NO;

于 2013-01-29T10:38:18.663 回答