iOS App Development Tutorial Section
Create a Top Celebrities Apple Watch App
In this Apple watch app tutorial, you will learn how to create a Top Celebrities Apple Watch App using the Swift language You will learn how to create a table view with data that are fed through a data file and to segue way into detail views.
Enjoy the video tutorial!
1. Intro Top Celebrities Watch App
In this video lecture, we will present and demo the Top Celebrities Apple Watch App using Swift.
2. Create the Swift XCode project
We are now going to create the Top Actresses Apple Watch Xcode project using Swift.
3. Adding actresses images
We now will add the actresses image assets to the apple watch app Xcode project.
4. Add the data file
In this lecture, we will add the data file (plist file) to the watch app project.
5. Writing the code
Let's now write the code that will read the data from the data file.
6. Design the watch table
In this video, we will design the watch table view and its rows.
7. Create the Swift class file
We are now going to create the swift class file for the actress table rows.
8. Table row interface
Let's connect the table row interface to the swift code.
9. Programming the code
Let's now program the code logic to iterate through each data entries.
10. Testing the WKInterfacetable entries
We now will be testing the WKInterfacetable entries in the watch app simulator.
11. Design the celebrity details
In this lecture, let's add and design the celebrity details view in the storyboard.
12. Writing the actress details
Let's now focus on writing the actress details wkinterfacecontroller cocoa touch class with Swift.
13. Details controller - part 1
In this video, we will present the details controller in the apple watch screen.
14. Details controller - part 2
Finally, we will now want to display the right information.