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.
アプリケーションがバックグラウンド モードのときにタップ数をカウントすることはできますか?
UIResponderいいえ、タップはクラスによって処理されるため、これは不可能です。これはとそのサブクラス ( を含む) のスーパークラスUIApplicationであるため、タップを「グローバルに」カウントする方法はありません。アプリがアクティブな場合にのみ、タップをカウントできます。UIViewUIWindow
UIResponder
UIApplication
UIView
UIWindow