Open up the Assistant Editor so that the screen is split in two showing the design file and the code file side-by-side.
Link up the Image View with an IBOutlet. You should name the IBOutlet imageView when prompted.
Hint: Remember to hold down the control key
Link up the Ask Button with an IBAction. Name the IBAction askButtonPressed.
GOAL