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.
UIImageViewジェスチャ認識機能(拡大縮小、回転、移動)があります。
UIImageView
しかし、それを使用した後、ジェスチャーは機能しません。
そして、私UIImageviewのサイズと位置を変更します。
UIImageview
この問題を修正するにはどうすればよいですか?
デフォルトでは、UIImageViewsではユーザーインタラクションが有効になっていません。UIImageViewのユーザーインタラクションを「YES」に設定してみてください。
[myImageView setUserInteractionEnabled:YES];