Skip to content

Instantly share code, notes, and snippets.

@saikat
Created September 3, 2010 08:34
Show Gist options
  • Save saikat/563615 to your computer and use it in GitHub Desktop.
Save saikat/563615 to your computer and use it in GitHub Desktop.
var buttonbar = [[CPView alloc] initWithFrame:CGRectMake(0, 0, CPRectGetWidth(bounds), 26)];
[buttonbar setTheme:nil];
[buttonbar setBackgroundColor:[CPColor colorWithPatternImage:[[CPImage alloc] initWithContentsOfFile:[[CPBundle mainBundle] pathForResource:@"screens-buttonbar-background.png"] size:CGSizeMake(1.0, 26.0)]]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment