怎样 获取 ios的系统版本

 获得Ios系统版本的函数,比方 


   函数定义:

   

  1. + (float)getIOSVersion;  

   函数实现:

  1. + (float)getIOSVersion  
  2. {  
  3.     return [[[UIDevice currentDevice] systemVersion] floatValue];  
  4. }  
posted on 2014-10-29 19:36  gcczhongduan  阅读(250)  评论(0)    收藏  举报