cocoa pods 安装不上的同学请点击这里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