Skeleton of iOS TDD Workshop with Quick and Nimble
You will need an App Store account to download Xcode, use this link to download it on your Mac computer.
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.
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.
- Build/Run an app with Xcode
- Build/Run Unit and UI Tests with Quick and Nimble with XCode
- Create Custom Views and View Controllers
- Create Custom Data Models through Structures
- How to pass information through Controllers
- Use Timers and Notifications
- Test your sources with Quick and Nimble
- Use Fastlane to automate the Tests process
To prepare for the workshop or to keep learning swift after it we recommend this guides
