iOS App Development Tutorial Section
Create a Top Speed Cars Catalog Watch App using Swift
In this Apple watch app tutorial, you will learn how to create a Top Speed Cars Catalog Watch App using Swift. This is an advanced tutorial in which you will learn to create .plist files, read, feed data, create rows and much more.
1. Intro Top Speed Cars Catalog Watch App
In this video lecture, we will present and demo the Top Speed Cars Catalog apple watch app using swift.
2. Create the Swift XCode project
We are now going to create the Swift XCode project for the Top Cars Catalog Watch App.
3. Adding car images
We now will add the top cars images to the Swift Xcode project.
4. Property list plist
In this lecture, we will learn how to create a property list plist file in xcode for the watch app.
5. Plist file Top cars data
Let's now enter the plist file top cars data.
6. Read the plist file
In this video, we will read the plist file from the Apple Watch app and display the entry count in the console.
7. Create a table view
We are now going to create a table view in the storyboard to display each data rows.
8. Row swift file nsobject
Let's create and connect the row swift file nsobject to control the rows.
9. Display table row - part 1
Let's now focus on writing the logic to display each table row.
10. Display table row - part 2
We now will finish writing the logic part and display each table row.