标签:
1.图片拉伸 + (UIImage *)resizedImage:(NSString *)name { UIImage *image = [UIImage imageWithName:name]; return [image stretchableImageWithLeftCapWidth:image.size.width * 0.5 topCapHeight:image.size.height * 0.5]; }
标签:
原文地址:http://www.cnblogs.com/jsnan/p/4307505.html