Skip to content

Instantly share code, notes, and snippets.

@lsinger
Created January 17, 2009 02:01
Show Gist options
  • Save lsinger/48237 to your computer and use it in GitHub Desktop.
Save lsinger/48237 to your computer and use it in GitHub Desktop.
[self setBackgroundColor: [CPColor colorWithPatternImage: [[CPThreePartImage alloc] initWithImageSlices: [CPArray arrayWithObjects:
[[CPImage alloc] initWithContentsOfFile: @"Resources/MessageListView-background.png"],
[[CPImage alloc] initWithContentsOfFile: @"Resources/MessageListView-background-solid.png"],
[[CPImage alloc] initWithContentsOfFile: @"Resources/MessageListView-background-solid.png"]
]
isVertical: YES]]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment