Currency Converter iOS Application
Application allows you to convert one currency to another using updated rates. Simple UI with 2 carousel views and responsive amount recalculating.
You need cocoapods.
run in CurrencyConverter folder:
pod install
open XCode workspace file
All services and models are covered with unit tests. Check "Models folder" for services.
See files:
CurrencyConverterTests.m
CCRatesParserTests.m
CCDataLoaderTests.m
CCCurrencyStringTests.m
CCRatesLoaderTests.m
for testing XCode -> Product -> Test .
Used: cocoapods iCarousel https://github.com/nicklockwood/iCarousel
- Add EarlGrey and UI tests .
- Setup CI / CD pipeline to run Unit and UI tests on every push .
- Copy to clipboard by tapping on result amount .
- Add visual recognition for sum images .