开发者

What is "-[UIApplication beginIgnoringInteractionEvents] overflow. Ignoring."?

After adding about 25 animation blocks within a for loop, there are a lot of -[UIApplication beginIgnoringInteractionEvents] overflow. Ignoring. messages showing in the Xcode debug window.

What does the message mean? Can I safely ignore them?

开发者_如何学Python

Thanks!


Take a look at this question. Probably what's happening is that under the hood, your animation blocks are blocking the UI with this call. However, the UI is already blocking due to a previous animation -- probably the system is letting you know that you can't nest any deeper.

As long as the UI comes back to life when the animations are done, I'd say it's probably not an issue?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜