We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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];