标签:
#define DeviceVersion [[UIDevice currentDevice].systemVersion floatValue]
if (DeviceVersion >= 9.0)
{
self.mapView.showsScale = YES;
}
获取系统版本
原文地址:http://www.cnblogs.com/yyj900165/p/5165915.html