2
1

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 3 years have passed since last update.

imageViewをタップする

Last updated at Posted at 2020-07-05

#profileでイメージ変更をしたい時など使用する、imageViewにtapアクションを持たせる
スクリーンショット 2020-07-05 18.35.08.png

xcodeの右上の「+」から TapGesture Recognizer を選択し、imageViewの上にドロップ

次にInteractionのUser Interacton Enabledにチェックを入れる
(僕はこれを忘れてて少しの間頭を抱えていました。。)

スクリーンショット 2020-07-05 18.32.56.png

以上でimageViewをタップできるようになりました!

ここからカメラやアルバムに飛んで写真を表示させます!

2
1
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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?