iOS开发之判断系统版本时间:2021-08-11 04:32:15if([[UIDevice currentDevice].systemVersion doubleValue]>=7.0) { //是IOS7至以上版本 }else{ //IOS7以下版本 }