A little project to refresh my memory on old stuff I forgot about and new stuff I'm learning. I comment parts I think will be difficult to understand.
- Data Binding in MVVM
- Dependency Injection in Swift
- Helpers for Reusable functions
- Mocking Network Calls
- Multiple Environments Support - Development/Test/Production
Built with
- Mocker for Mocking Calls/Objects
- Resolver for Dependency Injection
- Swinject for Dependency Injection
- Alamofire for Network Calls
- Swiftlint for Code Analysis
- Microsoft App Center
To run this project, have Cocoapods installed and run pod install
in the parent folder.
WIll update as and when.