Coin Check
Cryptocurrency price checker. The app fetch from CoinAPI.io the latest coin prices, build with UIKit and MVC + Delegate pattern.
Features
- Select coin and currency from list.
- Last time price was updated.
- Splash screen.
- Light/Dark mode.
- Localization (English/Spanish).
Development
- UIKit
- MVC + Delegate
- Development Target 15.0
- Swift 5.5
- Xcode 13.2
Build
-
Go to CoinAPI.io an get a free API key.
-
In
.../CoinCheck/Network/CoinAPI.swift
change the following line with your key.
struct CoinAPI {
static let key: String = "YOUR_API_KEY_HERE"
static let baseURL: String = "https://rest.coinapi.io/v1/exchangerate"
}
- Run the project!
License
MIT License
Copyright (c) 2022 Anibal Ventura