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.
ボタンを 0.5 秒以上クリックすると、ボタンが青色に変わります (アクティブになります)。次に、タッチをボタンの外側にドラッグしてもアクティブになり、タッチを離すとアクションがアクティブになります。
外側にドラッグするときに UIButton を無効にするにはどうすればよいですか?
ありがとう。
UIButton に接続したイベントは「touchUpInside」である必要があります。
これにより、希望する動作が得られます。