This is demo iOS application that uses The Rick and Morty API.
This project has used storyboardless UIKit, Xcode templates, Bitrice CI/CD, Dependency Injection, Unit testing and etc.
The focus was on the Clean architecture(VIPER) scheme of which is below.
Also, using fastlane and Bitrise, reports with integration status in Telegram have been implemented, as in the example below.
Install carthage and load dependencies with make script:
make setup
Install all development tools and dependencies with make script:
make deploy