Skip to content
This repository has been archived by the owner on Mar 29, 2018. It is now read-only.

WomenWhoCode/IOSWorkshop-Swift101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

#IOS Workshop: Build your first App!

Pre-Requisites:

You will need an App Store account to download Xcode, use this link to download it on your Mac computer.

What we will build 👩‍💻:

FizzBuzz Game: A fun new take on the classic FizzBuzz game. Count as high as you can before the time runs out.

The aim of the game is to count up as high as you can before time runs out, starting at 1.

  • If the next number is a multiple of 3, tap the “Fizz” button.
  • If the next number is a multiple of 5, tap the “Buzz” button.
  • If the next number is a multiple of 3 AND 5, tap the “FizzBuzz” button.

FizzBuzz game

The app is available to download free from the App Store made by Yvette Cook and we will be building a very similar game. You can and should try it out before the Workshop.

Key Features 🤖:

  • Build FizzBuzz views and Controllers
  • Build the Logic of the game
  • Add HighScore counter

Skills you will Learn 🎉:

  • Build/Run an app with Xcode
  • Create Custom Views and View Controllers
  • Create View Models for the logic of the game
  • Create Custom Data Models through Structures
  • How to pass information through Controllers
  • Use Timers and Notifications
  • React to user touches

Learn More 🤓:

To prepare for the workshop or to keep learning swift after it we recommend this guides

Contact:

If you have any questions or need any help you can reach out to:

Women Who Code Barcelona: barcelona@womenwhocode.com

Berta Devant: @bertadevant

Niamh Power: @niamh-power

About

Ios Workshop to teach app development

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published