iOS
app showing most recent exchange rates for major currency pairs. The app fetches current exchange rates from public European Central Bank API. Price is updated every 60s
.
First user enters price and selects base currency. Then, the app shows the price converted to other currencies. Exchange rates are checked and updated every minute.
- Swift
- URLSession
- JSONDecoder
- Timer
The app uses standard vanilla Model View Controller architecture which is a golden standard for iOS apps.
Copyright (c) 2018 RafaΕ Sroka