摘要: @interface UIImage (Resize) //按形状切割图像 - (UIImage*)cutImageWithRadius:(int)radius; @end //图片剪切 - (UIImage*)cutImageWithRadius:(int)radius { UIGraphicsBeginImageContext(self.size); CGCont... 阅读全文
posted @ 2016-11-07 17:47 红凉梦 阅读(1106) 评论(0) 推荐(0) 编辑