Skip to content

Instantly share code, notes, and snippets.

@riosc
Created January 31, 2013 23:07
Show Gist options
  • Save riosc/4687567 to your computer and use it in GitHub Desktop.
Save riosc/4687567 to your computer and use it in GitHub Desktop.
load view style methods
- (void) loadView{
[super loadView];
[self initOulets:[self view]];
[self customizeSubviews];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment