Skip to content

Instantly share code, notes, and snippets.

@saurabh23july
Created December 7, 2015 06:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saurabh23july/42f1030c2e3349b09dc3 to your computer and use it in GitHub Desktop.
Save saurabh23july/42f1030c2e3349b09dc3 to your computer and use it in GitHub Desktop.
#import "ViewController.h"
@interface ViewController ()
@end
@implementation ViewController
- (void)viewDidLoad {
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
self.navigationController.navigationBarHidden = YES;
self.view.backgroundColor = [UIColor whiteColor];
self.view.frame = [[UIScreen mainScreen] bounds];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment