什么情况下[ [ UIApplication sharedApplication ] keyWindow ]会返回nil?
在某些情况下,[[ UIApplication sharedApplication] keyWindow ]
返回nil
。
在某些设备上,它经常发生,但一般来说,它是零星的
有人知道它会返回零的原因吗?
In some cases [[ UIApplication sharedApplication] keyWindow ]
returns nil
.
On some devices it's happening pretty often but in general it's sporadic
Anyone know the reasons it would return nil?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
...我想,当发生从一个窗口到另一个窗口的转换时。用户看不到任何转换,但它们确实发生了。
在 iPhone OS 2.0 到 iPhone 3.1.3 中,一个示例是在您将消息
play
发送到MPMoviePlayerController
实例后立即执行:还可能存在其他情况。
...When happens a transition form one window to another, i suppose. Users can't see any transitions, but they happen.
In iPhone OS 2.0 to iPhone 3.1.3, one example is immediately after you sent the message
play
to aMPMoviePlayerController
instance:There might be also other situations.