Simple ViewController / View, remove white bar?
- by fuzzygoat
I am just looking at setting up a simple viewController programatically, I have a ViewController.xib file that I have set the background color to RED in interface builder. I have also added the following to my AppDelegate.m
@implementation syntax_MapViewAppDelegate
@synthesize window;
-(BOOL)application:(UIApplication *)application…