Changes

Reviewing the Interface Controller Class
</pre>
Xcode has created an interface controller class implementation that overrides a subset of the lifecycle methods outlined in the chapter entitled [[An Overview of WatchKit App Architecture]]. Later in this chapter some code initialization code will be added to the willActivate() method. At this point, some outlets need to be configured so that changes can be made to the Label objects in the main WatchKit app scene.
== Establishing Outlet Connections ==