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.
クリックすると、ズームインとズームアウトの効果を表示したいと思います。ImageView
ImageView
これはどのように達成できますか?
前もって感謝します
画像ビューを UIScrollView のサブビューとして追加する必要があります。スクロール ビューに UITapGestureRecognizer をインストールし、numberOfTapsRequired プロパティを 2 に設定できます。ジェスチャ認識エンジンのコールバック メソッドで、スクロール ビューの zoomScale プロパティを目的のズーム量に設定するだけです。スクロール ビューにも maximumZoomScale と minimumZoomScale を設定することを忘れないでください。