首页 > 系统 > iOS > 正文

怎样实现ios判断系统版本的功能

2019-11-14 20:43:51
字体:
来源:转载
供稿:网友

源码转载于IOS教程网 (ios.662p.com)

#define iphone5 ([UIScreen instancesRespondToSelector:@selector(currentMode)] ? CGSizeEqualToSize(CGSizeMake(640, 1136), [[UIScreen mainScreen] currentMode].size) : NO)  用时候直接 

if (iPhone5)

    do something

就可以了。  另外,如果代码写界面的话,在iPhone5下View的高是568哟~

 

原文转载:http://ios.662p.com/thread-273-1-1.html


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表