echo

Updated IOS数据客户端 (markdown)

... ... @@ -9,11 +9,11 @@ https://github.com/boxfish-project/boxfish-data-ios.git
### 客户端设计考虑
* 采用Swift开发
* 采用Storyboard构建UI
* 采用sizeClass和AutoLayout布局
* 采用sizeClass和AutoLayout布局(也可以考虑用Swift版的自动布局库)
* 资源图片放在Images.xcassets中
* 网络库采用Alamofire或者其封装库Moya
* Json解析库采用SwiftyJSON或者Argo
* 统计图表可以考虑用ios-charts
(参见:[图表库的Github链接](https://github.com/danielgindi/ios-charts))
(参见:[图表库的Github链接](https://github.com/danielgindi/ios-charts) [布局库的github链接](https://github.com/SnapKit/SnapKit))
... ...