代码改变世界

获取系统版本

2016-01-28 13:28  Y了个J  阅读(132)  评论(0编辑  收藏  举报

#define DeviceVersion  [[UIDevice currentDevice].systemVersion floatValue]

 

 if (DeviceVersion >= 9.0)

    {

        self.mapView.showsScale = YES;

 

    }