如何检查iOS版本?
我想检查设备的iOS
版本是否高于3.1.3
,我尝试了以下方法:
[[UIDevice currentDevice].systemVersion floatValue]
但是它不起作用,我只想要一个:
if (version > 3.1.3) { }
我如何才能做到这一点?
转载请注明出处:http://www.intsu.net/article/20230526/1631637.html
我想检查设备的iOS
版本是否高于3.1.3
,我尝试了以下方法:
[[UIDevice currentDevice].systemVersion floatValue]
但是它不起作用,我只想要一个:
if (version > 3.1.3) { }
我如何才能做到这一点?
转载请注明出处:http://www.intsu.net/article/20230526/1631637.html