Skip to content

Instantly share code, notes, and snippets.

@ninthspace
Created April 26, 2012 15:17
Show Gist options
  • Save ninthspace/2500306 to your computer and use it in GitHub Desktop.
Save ninthspace/2500306 to your computer and use it in GitHub Desktop.
Simple UITableViewController initializer
- (id)init {
self = [super initWithStyle:UITableViewStyleGrouped];
return self;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment