How to get data from a REST API, parse JSON data and display the results in Swift & Xcode.
In this example project we query coin geckos free API to receive current exchange rates for the current largest cryptocurrency Bitcoin. We display exchange rates for Ethereum, US Dollars and Australian Dollars.
This iOS app tutorial is built using Storyboard and UIKit.
Example request URL:
https://api.coingecko.com/api/v3/exch...
Coin Gecko API Documentation
https://www.coingecko.com/en/api/docu...
Bitcoin Price App Source Code:
https://github.com/codeWithCal/Bitcoi...
⏱️ TIMESTAMPS ⏱️
00:00 - Intro
00:25 - Storyboard
02:12 - Swift
#iOSDevelopment #SwiftXcode #AppDevelopment