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をダブルタップすると、特定のmaxZoomScaleでズームできます。UIScrollViewをズームした後でも、ピンチでズームできます。このズームピンチをブロックしたいと思います。それを行う方法はありますか?
最大スケールを超えてズームすることはできません。おそらく、bounceZoom について言及しているはずです...それを NO に設定します。
bouncesZoom=NO;