用OC也可以寫的。API可以去中國(guó)天氣網(wǎng)免費(fèi)申請(qǐng)。
2015-05-19
這種對(duì)于天天都在用的人,就很容易理解,對(duì)于初次安裝可能要半小時(shí)以上的時(shí)間,如果你安裝過(guò),幾十秒就安好了。
2015-05-02
在解析json的時(shí)候不應(yīng)該那樣解析吧,我的環(huán)境時(shí)Xcode 6.2 iOS 8
2015-04-04
cocoa pods 安裝不上的同學(xué)請(qǐng)點(diǎn)擊這里http://code4app.com/article/cocoapods-install-usage
2015-04-04
func ios8() -> Bool {
var version = NSString(string: UIDevice.currentDevice().systemVersion).floatValue
return version >= 8.0
}
var version = NSString(string: UIDevice.currentDevice().systemVersion).floatValue
return version >= 8.0
}
2015-03-26