学习流程:
1.创建工程
2.安装cocoapods
3.添加第三方库
4.创建工程目录:viewController 、views、model、tool
1.UIApplication.shared.statusBarStyle = .lightContent
枚举通过缩写形式.lightContent 被引用,因为该值是被已知是一个UIStatusBarStyle
2.安装CocoaPods
参考网址:http://www.jianshu.com/p/b64b4fd08d3c
3.处理json的第三方库
HandyJSON:https://github.com/alibaba/HandyJSON/blame/master/README.md