我正在使用这两个功能[[UIApplication sharedApplication] beginIgnoringInteractionEvents];
,[[UIApplication sharedApplication] endIgnoringInteractionEvents];
同时我正在从服务器下载数据。
我的日志中出现以下错误。
-[UIApplication endIgnoringInteractionEvents] called without matching -beginIgnoringInteractionEvents. Ignoring.
我试图搜索几个链接,但找不到合适的解决方案。
如何在不使用 beginIgnoringInteractionEvents 的情况下禁用触摸屏?
什么是“-[UIApplication beginIgnoringInteractionEvents] 溢出。无视。”?
beginIgnoringInteractionEvents 或 userInteractionEnabled = NO 未按预期工作