UIImage *image = [UIImage imageNamed:@"qipao-green-left"];
UIImage *newImage = [image stretchableImageWithLeftCapWidth:image.size.width * 0.5 topCapHeight:image.size.height * 0.5];复制代码
转载于:https://juejin.im/post/5b0283fc6fb9a07ab458ee13
UIImage *image = [UIImage imageNamed:@"qipao-green-left"];
UIImage *newImage = [image stretchableImageWithLeftCapWidth:image.size.width * 0.5 topCapHeight:image.size.height * 0.5];复制代码
转载于:https://juejin.im/post/5b0283fc6fb9a07ab458ee13