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.
1. Introduction multiple pages
In this lecture, we will explain what multiple pages are for an apple watch app.
2. Create Bitcoin project
We are now going to create the BitCoin International apple watch app project in Xcode.
3. Create multiple page views - part 1
In this lecture, we will create multiple page views for the Bitcoin watch app in the storyboard.
4. Create multiple page views - part 2
This is the second part of creating multiple page views for the Bitcoin Apple Watch app in the storyboard.
5. Swift interface controller
We will now create a Swift interface controller file for each page view of the apple watch app storyboard.
6. Intro Bitcoin Watch app
Here's the introduction of the working Bitcoin LIVE price quote watch app using ios swift.
7. Add Bitcoin image
In this lecture, we will add the Bitcoin image to the Xcode project.
8. BitCoin Live Price Quote User Interface
Let's now create the BitCoin Live Price Quote User Interface in the Storyboard
9. Connect the price label
We are now going to connect the price label to the wkinterfacelabel iboutlet.
10. 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
We are now going to write the code to get data from the Bitcoin API web server.
12. Getting data - part 2
This is the second lecture on how to retrieve data from the Bitcoin API web server.
13. Getting data - part 3
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
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
In this lecture, we will display the live bitcoin price in the Apple Watch screen.
16. Display Bitcoin price on screen - part 2
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
In this lecture, we will figure out how to get the european and mexican exchange rates.