Created
January 17, 2009 02:01
-
-
Save lsinger/48237 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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