获取ios设备当前的系统版本

来源:互联网 发布:刘亦菲 杨洋 知乎 编辑:程序博客网 时间:2024/06/07 10:29

if [[[UIDevice currentDevice]systemVersion]floatvalue]>4.9 {

   [UINavigationBar setBackgroundImage:[UIImage imageNamed:"1.png"] barMetrics:UIBarMetricsDefault];

}