Showing
1 changed file
with
2 additions
and
2 deletions
@@ -9,11 +9,11 @@ https://github.com/boxfish-project/boxfish-data-ios.git | @@ -9,11 +9,11 @@ https://github.com/boxfish-project/boxfish-data-ios.git | ||
9 | ### 客户端设计考虑 | 9 | ### 客户端设计考虑 |
10 | * 采用Swift开发 | 10 | * 采用Swift开发 |
11 | * 采用Storyboard构建UI | 11 | * 采用Storyboard构建UI |
12 | -* 采用sizeClass和AutoLayout布局 | 12 | +* 采用sizeClass和AutoLayout布局(也可以考虑用Swift版的自动布局库) |
13 | * 资源图片放在Images.xcassets中 | 13 | * 资源图片放在Images.xcassets中 |
14 | * 网络库采用Alamofire或者其封装库Moya | 14 | * 网络库采用Alamofire或者其封装库Moya |
15 | * Json解析库采用SwiftyJSON或者Argo | 15 | * Json解析库采用SwiftyJSON或者Argo |
16 | * 统计图表可以考虑用ios-charts | 16 | * 统计图表可以考虑用ios-charts |
17 | 17 | ||
18 | -(参见:[图表库的Github链接](https://github.com/danielgindi/ios-charts)) | 18 | +(参见:[图表库的Github链接](https://github.com/danielgindi/ios-charts) [布局库的github链接](https://github.com/SnapKit/SnapKit)) |
19 | 19 |
-
Please register or login to post a comment