you're viewDidLoad method is not active because it is 'commented out'.
this is due to the
at the top and the
at the bottom of your code. remove both of those and run again. while doing so you will be able to observe the code in question not being colored green anymore. green is xcode's color for comments which are ignored by the compiler.