- A click on the βRollβ button will roll the 2 dices π² and randomly display any number on the dice face.
- USP is that you can even βShake Your Phoneβ π€³ to roll the dices!
Launch Screen
Rolling Dice
- Create an app with behaviour and functionality.
- Create links between the Interface Builder files and code using IBActions and IBOutlets.
- Get familiar with the Xcode code editor.
- Learn to use comments to annotate code.
- Understand and use Swift constants and variables.
- Understand and use collection types such as Swift arrays.
- Learn about randomisation and how to generate random numbers in Swift.