0
2

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.

swift初心者のメモ帳(touches~の種類)

Posted at

コードを模写している際にタッチイベントを調べたので軽くメモしてみました!

touchesBegan:withEvent:
→タッチ開始時

スクリーンショット 2018-08-29 16.32.33.png (この場合タッチ開始時にゲーム画面に切り替わる)

touchesMoved:withEvent:
→タッチしたまま指を移動

(今回自分が書いているコードでは使う場面がなかったです。すみません...)

touchesEnded:withEvent:
→タッチした画面が指を離れる時

スクリーンショット 2018-08-29 16.31.42.png

(指を離してミサイルを発射)

touchesCancelled:withEvent:
→タッチがキャンセルされた時
(今回自分がk...)

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?