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.
複数のボタンがあり、ユーザーが2つ以上のボタンに触れて同時に離すと、1つのボタンだけのアクションが必要になります。
どうやってやるの。ご協力いただきありがとうございます..
exclusiveTouchすべてのボタンのプロパティを に設定しますyes。それが機能しない場合は、ユーザーが特定のボタンをタップしているときに他のすべてのボタンを無効にし、その特定のアクションが完了したら有効にする必要があります。
exclusiveTouch
yes
ビューのmultipleTouchEnabledプロパティを に設定してみてくださいNO。
multipleTouchEnabled
NO