Skip to content

Latest commit

 

History

History
executable file
·
29 lines (17 loc) · 1.12 KB

README.md

File metadata and controls

executable file
·
29 lines (17 loc) · 1.12 KB

Dice Game 🎲

Swift's third project

Topics in this module:

  • How to clone an existing Xcode project from GitHub.
  • 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.
  • Test and debug your app with the Xcode console.
  • Learn about randomisation and how to generate random numbers in Swift.

Simulator Screen Recording - iPhone 11 - 2022-05-02 at 00 06 14

Plus

  • Label with sum of dice one and dice two

Simulator Screen Recording - iPhone 11 - 2022-05-02 at 00 48 08

This is a companion project to The App Brewery's Complete App Development Bootcamp, check out the full course at www.appbrewery.co