+1  A: 
Nick Veys
Cleaning worked perfectly Nick. Thanks a TON!Now I just have to figure out what that gray bar at the bottom is and how to get rid of it.
Pselus
A: 

The simplest explanation is that self.cityView.stateName and the subsequent labels are not hooked up in interface builder. The controller must have a hooked up outlet to each label in order to populate it. Objective-C won't raise an error if you send a message to an object it can't find.

TechZen