在解析json的時(shí)候不應(yīng)該那樣解析吧,我的環(huán)境時(shí)Xcode 6.2 iOS 8
2015-04-04
cocoa pods 安裝不上的同學(xué)請點(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
最贊回答 / tonyanderos
這里有一個(gè)帖子:http://code4app.com/article/cocoapods-install-usage 但是我自己是ruby版本太低才安裝失敗 我更新了ruby就成功了?
2015-03-20