Skip to content

Instantly share code, notes, and snippets.

@johanhar
Created March 18, 2014 15:43
Show Gist options
  • Save johanhar/9622703 to your computer and use it in GitHub Desktop.
Save johanhar/9622703 to your computer and use it in GitHub Desktop.
- (void)viewDidLoad
{
NSLog(@"view did load");
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
//NSLog(@"View Controller Container. Width: %f, Height: %f", self.container.frame.size.width, self.container.frame.size.height);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment