美文网首页
ZYCornerRadius - 图片圆角

ZYCornerRadius - 图片圆角

作者: 居然是村长 | 来源:发表于2016-04-16 14:32 被阅读928次

开源库地址:https://github.com/liuzhiyi1992/ZYCornerRadius
直接对图片处理圆角,而不是View
使用还是很简单的。

拓展方法直接使用

// 图片,圆角,边线 -- OK
    [cell.image1 zy_cornerRadiusAdvance:20 rectCornerType:UIRectCornerTopLeft | UIRectCornerBottomRight];
    [cell.image1 zy_attachBorderWidth:2 color:[UIColor redColor]];

    cell.image1.image = [UIImage imageNamed:@"mac_dog"];

相关文章

网友评论

      本文标题:ZYCornerRadius - 图片圆角

      本文链接:https://www.haomeiwen.com/subject/patolttx.html