iOS开发之判断系统版本

if([[UIDevice currentDevice].systemVersion doubleValue]>=7.0)

{

  //是IOS7至以上版本

}else{

  //IOS7以下版本

}

posted @ 2015-08-31 19:58  Ray_hok  阅读(304)  评论(0编辑  收藏  举报