Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 754 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 754 Bytes

iOS Project Setup

This is my new basic setup for iOS project. This is also my learning project. So you could find some mistakes from my code, such as my VIPER implementation,how I use Swinject for dependency injection, how I createD my base network layer with Moya. Please share with me you thoughts.

Dependencies

  • RxSwift
  • RxCocoa
  • Swinject
  • Alamofire + Moya
  • RealmSwift
  • IGListKit

Resources