如何确定设备是否支持多任务处理?
我更新到了最新的 iOS 4 SDK,并将我的 iPod touch 更新到了最新的操作系统。我根据 4.0 构建了我的应用程序,它似乎可以很好地使用多任务处理功能。但是,当我在 iPod touch 上运行应用程序时,它似乎没有使用多任务处理。
如何在代码中检测设备是否支持多任务处理?对于不受支持的设备,有什么办法可以解决这个问题吗?
I updated to the latest iOS 4 SDK, and updated my iPod touch to the latest OS fine. I built my application against 4.0, and it appears to use the multitasking functionality fine. However, when I run my application on my iPod touch, it does not appear to use multitasking.
How can I detect whether multitasking is supported on a device in code? Is there any way to work around this for unsupported devices?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以检查设备是否能够执行多任务处理,如下所示:
You can check whether the device is capable of multitasking like this: