UIProgressView 圆角

里面外面都变成圆角

不用图片

直接改变layer

重点是里面外面都是圆角哦

for (UIImageView * imageview in self.progress.subviews) {

        imageview.layer.cornerRadius = 5;

        imageview.clipsToBounds = YES;

    }

posted @ 2016-06-06 15:36  浪味小仙女  阅读(3583)  评论(0编辑  收藏  举报