Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -7,11 +7,12 @@ https://github.com/boxfish-project/boxfish-data-ios.git | @@ -7,11 +7,12 @@ https://github.com/boxfish-project/boxfish-data-ios.git | ||
| 7 | * 搜索接口 | 7 | * 搜索接口 |
| 8 | 8 | ||
| 9 | ### 客户端设计考虑 | 9 | ### 客户端设计考虑 |
| 10 | +* 采用Swift开发 | ||
| 10 | * 采用MVVM架构 | 11 | * 采用MVVM架构 |
| 11 | * 采用Storyboard构建UI | 12 | * 采用Storyboard构建UI |
| 12 | * 采用AutoLayout布局 | 13 | * 采用AutoLayout布局 |
| 13 | * 资源图片放在Images.xcassets中 | 14 | * 资源图片放在Images.xcassets中 |
| 14 | -* 网络库采用AFNetworking(可以利用杨琦封装的库) | 15 | +* 网络库采用Alamofire |
| 15 | 16 | ||
| 16 | ### 需要提前调研的项目 | 17 | ### 需要提前调研的项目 |
| 17 | 需要找到一个好用的开源统计图展示库。 | 18 | 需要找到一个好用的开源统计图展示库。 |
-
Please register or login to post a comment