Skip to content

Full source code of a currency converter iOS app, written in Swift πŸ’±πŸ’°πŸ’ΈπŸ€‘πŸ’΅πŸ’³

Notifications You must be signed in to change notification settings

r3econ/currency-converter-ios

Repository files navigation

Platform Build Status Maintainability saythanks.io

Currency Converter

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.

What it does?

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.

Screenshot

Technologies used

  • Swift
  • URLSession
  • JSONDecoder
  • Timer

Architecture

The app uses standard vanilla Model View Controller architecture which is a golden standard for iOS apps.

Architecture

License

Copyright (c) 2018 RafaΕ‚ Sroka

About

Full source code of a currency converter iOS app, written in Swift πŸ’±πŸ’°πŸ’ΈπŸ€‘πŸ’΅πŸ’³

Topics

Resources

Stars

Watchers

Forks

Languages