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.
すべて TouchUpInside イベントを持ついくつかの UIButtons があります。それらのいくつかには TouchDown イベントもあります。特定の状況では、TouchDown イベントのコードで TouchUpInside イベントが発生しないようにしたいと考えています。
その一連のイベントを短縮するにはどうすればよいですか?
touch down メソッドでフラグを設定し、 touch up inside メソッドでそのフラグの状態をチェックして、通常のアクションを実行するかどうかを決定できます。