Any time I try to set the title for a UIViewController subclass the navigationBar suddenly overlaps the StatusBar and looks wrong. Not sure what might be causing this.
-(void)viewDidLoad{
[super viewDidLoad];
[self setTitle: @"Player Profile"];
}
This is part of an RESideMenuController so not sure if this would be a problem?