Skip to content

Latest commit

 

History

History
 
 

02-Project2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Project 2

https://www.hackingwithswift.com/100/19

Includes solutions to the challenges.

Topics

UIButton, CALayer, IBAction

Challenges

From Hacking with Swift:

  1. Try showing the player’s score in the navigation bar, alongside the flag to guess.
  2. Keep track of how many questions have been asked, and show one final alert controller after they have answered 10. This should show their final score.
  3. When someone chooses the wrong flag, tell them their mistake in your alert message – something like “Wrong! That’s the flag of France,” for example.

Screenshots

screenshot1