Related questions
stretch a Image like android nine-patch?
UIImage Method :
- (UIImage *)stretchableImageWithLeftCapWidth:(NSInteger)leftCapWidth topCapHeight:(NSInteger)topCapHeight.
Here the stretchable area is forced to be a single pixel high/wide.
I can not set the stretchable area, so I want to know: is there a UIImage category …