iOS(swift) Project Setup Check L
作者:
ztang | 来源:发表于
2016-08-12 04:18 被阅读54次
- Add
.gitignore
file if you use git as version control tool
- Choose dependency manage tool(CocoaPods or Carthage)
- Choose Architecture(recommend MVVM)
- Define project structure(recommend context-based tree organisation)
- Keep all user strings in localization files if you want support multiple language
- Write the script to build project, this will very useful when you setup you CI
- Choose basic third part libraries
- HTTP Request(recommend Alamofire)
- JSON Mapping(recommend ObjectMapper or SwiftyJSON)
- Reactive Programming(if you want this, recommend RxSwfit)
- Setup your logging strategy(log level)
本文标题:iOS(swift) Project Setup Check L
本文链接:https://www.haomeiwen.com/subject/cjissttx.html
网友评论