私はこれらの2つの機能を使用して[[UIApplication sharedApplication] beginIgnoringInteractionEvents];
おり[[UIApplication sharedApplication] endIgnoringInteractionEvents];
、サーバーからデータをダウンロードしています。
ログに以下のエラーが表示されます。
-[UIApplication endIgnoringInteractionEvents] called without matching -beginIgnoringInteractionEvents. Ignoring.
いくつかのリンクを検索しようとしましたが、これに対する適切な解決策が見つかりません。
beginIgnoringInteractionEventsを使用せずに画面へのタッチを無効にするにはどうすればよいですか?
「-[UIApplicationbeginIgnoringInteractionEvents]オーバーフローとは何ですか。無視します。」?
beginIgnoringInteractionEventsまたはuserInteractionEnabled=NOが期待どおりに機能しない