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.
画像ギャラリーを準備しています。すでにページ コントロールとスクロール ビューにある画像をズームインおよびズームアウトしたいと考えています。
scrollviewのデリゲートを設定します。次のコードで画像をズームします。
-(UIView *) viewForZoomingInScrollView:(UIScrollView *)inScroll { return imageView; }