Skip to content

Instantly share code, notes, and snippets.

@winder
Created November 18, 2010 14:23
Show Gist options
  • Save winder/705027 to your computer and use it in GitHub Desktop.
Save winder/705027 to your computer and use it in GitHub Desktop.
init method
- (id) init {
if (self = [super initWithFrame:CGRectMake(0, 0, 94, 27)]) {
[self initCommon];
}
return self;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment