Objective
Construct an app with a simple interface that allows a user to select between a list of questions and view the answer associated with the question being asked.
Step 1: Select a Question
Step 2: Show answer to question
Designing Our App
Figure 1.7
MVC
Create a ViewController
BNRViewController
Build an Interface
Create View Objects
Configure View Objects
Make Connections
Declare Outlets
Connect Outlets
Check Summary of Connections
Implementing Action Methods