獲取系統版本

有稜角的圓發表於2016-05-20

 //獲取系統版本號;
   float  ver = [[UIDevice currentDevice] systemVersion].floatValue;
    NSLog(@"%f",ver);

相關文章