私はサーバーからデータをダウンロードしているうちに、この2つの機能を使用しています。[[UIApplication sharedApplication] beginIgnoringInteractionEvents];
と[[UIApplication sharedApplication] endIgnoringInteractionEvents];
endIgnoringInteractionEventsを追加する前にbeginIgnoringInteractionEventsを一致させる方法
私のログには以下のエラーが表示されています。
-[UIApplication endIgnoringInteractionEvents] called without matching -beginIgnoringInteractionEvents. Ignoring.
私はいくつかのリンクを検索しようとしましたが、これに対して適切な解決策を見つけることができませんでした。
How do you disable touch to screen without using beginIgnoringInteractionEvents?
What is “-[UIApplication beginIgnoringInteractionEvents] overflow. Ignoring.”?
beginIgnoringInteractionEvents or userInteractionEnabled = NO not working as expected
エラーでもありません。 ' - [UIApplication endIgnoringInteractionEvents]は、-beginIgnoringInteractionEventsに一致することなく呼び出されます。 「無視する」を参照してください。 (ハハ)。 UIKitはそれについて気にしません。 –