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