Are you creating APP from Utility Application Template?
if so, look in the FlipsideViewController.m file:
- (void)viewDidLoad
{
[super viewDidLoad];
self.view.backgroundColor = [UIColor viewFlipsideBackgroundColor];
}
delete the second line!
source
share