Okay, I just downloaded Xcode 5... Previously, I was able to edit the background from the attributes inspector. Now, I have to implement this to change my background color:
self.view.backgroundColor = [UIColor blueColor];
Is it even possible to use the previous method of editing a view controller's background color with the attributes inspector using Xcode 5?