In this tutorial, you will learn how to create a guessing game. You will write an app that will ask the player where the world’s tallest church is located.
This is Guessing Game – Episode 1:
You will learn how to:
– Add a new class
– Implement an InterfaceController
– Hook up two InterfaceControllers with each other.
– Use a button to open up a modal viewcontroller to display a second InterfaceController
– Set a button to green programmatically