Create your Roll the Dice Apple Watch App with Swift


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.

Download files for the Roll the Dice Apple Watch App Project
(By downloading this file, you agree to our terms of services.)

1. Apple Watch App Roll Dice Intro

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

iOS app development tutorial roll dice 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

iOS app development tutorial add images roll dice
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

iOS app development tutorial graphic UI 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

iOS app development tutorial roll dice wkinterface iboutlets
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

iOS app development tutorial button ibaction
We will now connect the roll button to an ibaction in Swift

7. Adding RollDie1 and RollDie2 methods

iOS app development tutorial roll die method
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

Toggle Switch dice iOS app development tutorial
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

iOS app development tutorial code roll dice
This video lesson will introduce writing the methods for both dice

10. Writing the code of UpdateRollOne and UpdateRoll2

iOS app development tutorial update dice code
We will now write the code for UpdateRollOne and UpdateRoll2 in this iOS video course

11. Test the completed Roll Dice

iOS app development Roll DIce Aplle Watch simulator
In this ioS app development tutorial, we will now test the completed Roll Dice in the apple watch simulator