iOS App Development Tutorial Section
Create your Roll the Dice Apple Watch App with Swift
At the end of this Apple Watch app tutorial, you will be able to create a fully functional roll the dice Apple Watch app. There is an option switch functionality as well for you to use one or two dice, then a "roll" button to activate the roll. This is a simple and fun Apple Watch app to make and will expand your knowlegde in iOS programming with Swift.
1. Apple Watch App Roll Dice Intro
Introduction and demo of the roll the dice Apple Watch App using Swift
2. Create the Roll Dice Project in Xcode
In this iOS app development tutorial video, we will create the roll the dice Apple Watch app in Xcode
3. Adding dice images to the Xcode project
In this iOS tutorial video, we will add the dice images to the project in Xcode
4. Creating the watch app graphic user interface in the storyboard
In this iOS video tutorial, we will now be creating the Apple Watch app graphic user interface in the storyboard
5. Connect the watch user interface to the code
In this lesson, you'll learn how to connect the watch user interface to the code using swift and wkinterface iboutlets
6. Connect the Roll button to an ibaction in Swift
We will now connect the roll button to an ibaction in Swift
7. Adding RollDie1 and RollDie2 methods
In this iOS programming tutorial lesson, we will add the methods for RollDie 1 and RollDie2
8. Toggle Switch to use one or two dice
This iOs video tutorial lesson will introduce the toggle switch option to use one or two dice
9. Writing code for RollDie1 and RollDie2 methods
This video lesson will introduce writing the methods for both dice
10. Writing the code of UpdateRollOne and UpdateRoll2
We will now write the code for UpdateRollOne and UpdateRoll2 in this iOS video course
11. Test the completed Roll Dice
In this ioS app development tutorial, we will now test the completed Roll Dice in the apple watch simulator