摘要: #pragma mark - 将图片转换成圆形-(UIImage*) circleImage:(UIImage*) image withParam:(CGFloat) inset { UIGraphicsBeginImageContext(image.size); CGContextRef co... 阅读全文
posted @ 2015-02-04 11:26 蓝色的风1203 阅读(327) 评论(0) 推荐(0) 编辑