How to create your Bitcoin Live Price Quote Apple Watch App using Swift


iOS App Development Tutorial Section

Create your Bitcoin Live Price Quote Apple Watch App with Swift

In this course, you will learn how to create a LIVE Price Quote Apple Watch App. We will be using the Bitcoin digital currency as an example throughout the project.

Download files for the LIVE Price Quote Bitcoin Apple Watch App Project
(By downloading this file, you agree to our terms of services.)

1. Introduction multiple pages

Multi pages Apple Watch App
In this lecture, we will explain what multiple pages are for an apple watch app.

2. Create Bitcoin project

Bitcoin Apple Watch App Xcode ios tutorial
We are now going to create the BitCoin International apple watch app project in Xcode.

3. Create multiple page views - part 1

multiple page views for the Bitcoin watch app
In this lecture, we will create multiple page views for the Bitcoin watch app in the storyboard.

4. Create multiple page views - part 2

LIVE quote Bitcoin watch app multi pages
This is the second part of creating multiple page views for the Bitcoin Apple Watch app in the storyboard.

5. Swift interface controller

Swift interface controller Bitcoin watch app
We will now create a Swift interface controller file for each page view of the apple watch app storyboard.

6. Intro Bitcoin Watch app

Bitcoin LIVE price quote watch app using ios swift
Here's the introduction of the working Bitcoin LIVE price quote watch app using ios swift.

7. Add Bitcoin image

add image xcode bitcon apple watch app
In this lecture, we will add the Bitcoin image to the Xcode project.

8. BitCoin Live Price Quote User Interface

BitCoin Live Price Quote User Interface ios tutorial
Let's now create the BitCoin Live Price Quote User Interface in the Storyboard

9. Connect the price label

BitCoin Live Price Quote User Interface ios tutorial
We are now going to connect the price label to the wkinterfacelabel iboutlet.

10. Bitcoin Web Service API

Bitcoin Web Service API
In this video, we will introduce you to the Bitcoin Web Service API used by the Apple watch app.

11. Getting data - part 1

How to get data Bitcoin API web server
We are now going to write the code to get data from the Bitcoin API web server.

12. Getting data - part 2

Bitcoin API web server data feed
This is the second lecture on how to retrieve data from the Bitcoin API web server.

13. Getting data - part 3

data feed dictionary Bitcoin API web server
We now know we're getting the raw data. However, we need to parse it and get only what we want from the Bitcoin API.

14. Getting data - part 4

how to get Bitcoin LIVE Quote ask price
Let's now bring up the console and call the code to display the Bitcoin LIVE Quote ask price.

15. Display Bitcoin price on screen - part 1

data feed dictionary Bitcoin API web server
In this lecture, we will display the live bitcoin price in the Apple Watch screen.

16. Display Bitcoin price on screen - part 2

Bitcoin LIVE Quote ask price apple watch app
We now see the Bitcoin price in the simulator, however, we will need to remove some multipage views.

17. Display Bitcoin price on screen - part 3

exchange rates Bitcoin API web server
In this lecture, we will figure out how to get the european and mexican exchange rates.