如何检查IOS版本?
我想检查一下iOS设备的版本大于3.1.3我试过这样的方法:
iOS
3.1.3
[[UIDevice currentDevice].systemVersion floatValue]
但这不管用,我只想:
if (version > 3.1.3) { }
我怎样才能做到这一点?
弑天下
慕雪6442864
qq_笑_17
相关分类