Skip to content

Instantly share code, notes, and snippets.

@joehoyle
Created April 13, 2010 17:08
Show Gist options
  • Save joehoyle/364836 to your computer and use it in GitHub Desktop.
Save joehoyle/364836 to your computer and use it in GitHub Desktop.
[self setBackgroundColor:
[CPColor colorWithPatternImage:
[[CPThreePartImage alloc] initWithImageSlices:
[
[[CPImage alloc] initWithContentsOfFile: @"Resources/sitesTableTitleColumnLeft.png"],
[[CPImage alloc] initWithContentsOfFile: @"Resources/sitesTableTitleColumnCenter.png"],
[[CPImage alloc] initWithContentsOfFile: @"Resources/sitesTableTitleColumnCenter.png"]
] isVertical:NO]]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment