LoginSignup
2
2

More than 5 years have passed since last update.

[Swift] forControlEventsの種類一覧

Posted at

addTarget:action:forControlEvents:」メソッドでボタンがタップされたときに、「forControlEvents:」ラベルの引数によりボタンのアクションを指定することが出来ます。具体的には以下のような値が使用可能です。

UIControlEventTouchDown タッチダウン
UIControlEventTouchDownRepeat 2回以上のタッチダウン
UIControlEventTouchUpInside 境界内でのタッチアップ
UIControlEventTouchUpOutside 境界外でのタッチアップ
UIControlEventAllTouchEvents すべてのタッチイベント
2
2
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
2