20
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

UIImageにTapGestureを指定したのに、反応してくれなくて困ったとき

Posted at

本家のチュートリアル

Start Developing iOS Apps (Swift): Work with View Controllers

UIImageをタップしたら、写真選択

よくあるやつ。

  • UIImageを配置
  • UITapGestureRecognizerをドラッグドロップ

image

TapGestureが追加される

image

ここからViewControllerに action を関連づける

image

これだけじゃ反応しない!

UIImageやUILabelなんかはGestureを紐付けるだけでは、ジェスチャーに反応してくれない。

User Interaction Enabled YES

image

参考URL : UILabelやUIImageViewが応答しない場合の対処法 | iPhoneアプリ練習帳

時差で2回ハマって無駄な時間を過ごしたので、メモることに。
さすがに3回目はない・・

20
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
20
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?