func ios8() -> Bool{
var deviceVersion:NSString = UIDevice.currentDevice().systemVersion
return deviceVersion.substringWithRange(NSMakeRange(0, 1)) == "8"
}
var deviceVersion:NSString = UIDevice.currentDevice().systemVersion
return deviceVersion.substringWithRange(NSMakeRange(0, 1)) == "8"
}
2015-03-06
http://api.openweathermap.org/data/2.5/weather 已经访问不了了啊。这个app怎么办啊?
2015-02-13