Adding a segue to a UIViewController to open a new View and linking the buttons to code via Assistant Editor.
Table of Contents:
00:20 - Add a new UIViewController class
00:32 - Choose Cocoa Touch Class
01:20 - Add a ViewController in Storyboard
01:48 - Identity Inspector to link to code
02:10 - Set Background
02:48 - Add button to main screen
04:59 - Open Assistant Editor
05:21 - Add IBAction for changing screen
06:52 - Add IBAction for other screen
07:26 - Dismiss view
07:53 - Add segue to new screen