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 已經(jīng)訪問不了了啊。這個app怎么辦啊?
2015-02-13