我在日志中遇到错误.
-[UIApplication endIgnoringInteractionEvents] called without matching -beginIgnoringInteractionEvents. Ignoring.
我试图在几个链接上搜索,但找不到合适的解决方案.
How do you disable touch to screen without using beginIgnoringInteractionEvents?
What is “-[UIApplication beginIgnoringInteractionEvents] overflow. Ignoring.”?
Ignoring UI Events in AppKit
beginIgnoringInteractionEvents or userInteractionEnabled = NO not working as expected
解决方法 你总是可以检查.if ([[UIApplication sharedApplication] isIgnoringInteractionEvents])...总结
以上是内存溢出为你收集整理的ios – 如何在添加endIgnoringInteractionEvents之前匹配beginIgnoringInteractionEvents全部内容,希望文章能够帮你解决ios – 如何在添加endIgnoringInteractionEvents之前匹配beginIgnoringInteractionEvents所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)