iOS 和 UIKit 类检查
如何以编程方式检查 UIKit
是否具有给定的类?
例如,在 iOS3 上没有 UINib
,但在 iOS4 上有。我可以在 SDK4 上构建,但如果我尝试在 iOS3.0 设备上运行,我会遇到异常。
How do you programmatically check if UIKit
has a given class?
For example, on iOS3 there's no UINib
, but on iOS4 there is. I can build on SDK4, but if I try to run on an iOS3.0 device I'll meet an exception.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
iOS 4 发行说明状态:
The iOS 4 release notes state: