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したいのですが、ズーム機能も保持したいです。
UIScrollView
私が作るscrollView.scrollEnabled = NOと、スクロールはオフになりますが、ズームもなくなります。
scrollView.scrollEnabled = NO
ドキュメントには次のように記載されています。
スクロールが無効になっている場合、スクロール ビューはタッチ イベントを受け入れません。それらをレスポンダーチェーンに転送します。
UIScrollViewスクロールを効果的に無効にするcontentSizeために、をに設定してみてください。bounds
contentSize
bounds