Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -12,8 +12,8 @@ https://github.com/boxfish-project/boxfish-data-ios.git | @@ -12,8 +12,8 @@ https://github.com/boxfish-project/boxfish-data-ios.git | ||
| 12 | * 采用Storyboard构建UI | 12 | * 采用Storyboard构建UI |
| 13 | * 采用sizeClass和AutoLayout布局 | 13 | * 采用sizeClass和AutoLayout布局 |
| 14 | * 资源图片放在Images.xcassets中 | 14 | * 资源图片放在Images.xcassets中 |
| 15 | -* 网络库采用Alamofire | 15 | +* 网络库采用Alamofire或者其封装库Moya |
| 16 | -* Json解析库采用SwiftyJSON | 16 | +* Json解析库采用SwiftyJSON或者Argo |
| 17 | * 统计图表可以考虑用ios-charts | 17 | * 统计图表可以考虑用ios-charts |
| 18 | ``` | 18 | ``` |
| 19 | (参见:https://github.com/danielgindi/ios-charts) | 19 | (参见:https://github.com/danielgindi/ios-charts) |
-
Please register or login to post a comment