如果我在 ios 5 或更高版本上运行,如何在运行时进行测试?
我想在 ios5 上运行时使用 IOS 5 用户名/密码 AlertView 样式,并在 IOS4 及更低版本上运行时显示我自己的弹出窗口。
如何在运行时检测操作系统版本?
I want to use the IOS 5 username/password AlertView style in case I'm running on ios5, and show my own popup when I'm running on IOS4 and lower.
How can I at runtime detect the OS version?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您通常不想检查操作系统版本,而是想查看您要查找的特定选择器是否存在。
You generally don't want to check the OS version, but instead want to see if the specific selector you're looking for exists.
这应该可以解决问题。确保将其保留为字符串。
This should do the trick. Make sure to keep it as string.