Presenting a list of “jobs" in the following way
- iOS 12.2 and XCode 10.2.1
- Swift 5
- JobList - Main application target
- JobListTests - Unit testing target
- Download/ Clone the project from URL or .Zip
- open JobList.xcodeproj and run in the simulator
- The application is build with MVVM-C (Model-View-ViewModel and Coordinator) architecture. Use of coordinator patern for navigation. Therefore viewcontrollers are free from navigation.
- Universal App that support different layouts for iPhone and iPad in horizental and vertical orientation.
- Current code coverage is 85%
- After launching the application it will make an api call to retrive Jobs detail
- presenting a list of “jobs"

