8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
3 part background images can be created in your component in the following way:
[CPColor colorWithPatternImage: img];
where the image is defined with:
img = [[CPThreePartImage alloc] initWithImageSlices:[leftImage, centerImage, rightImage] isVertical:NO];