Skip to content

Instantly share code, notes, and snippets.

@aaronbrethorst
Created May 15, 2011 20:00
Show Gist options
  • Save aaronbrethorst/973480 to your computer and use it in GitHub Desktop.
Save aaronbrethorst/973480 to your computer and use it in GitHub Desktop.
-- (id)initWithFrame:(CGRect)frame {
- if (self = [super initWithFrame:frame]) {
+- (id)initWithFrame:(CGRect)frame style:(UITableViewStyle)aTableStyle {
+ if (self = [super initWithFrame:frame style:aTableStyle]) {
[self setupView];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment