_personImgView.layer.masksToBounds = YES;
_personImgView.layer.cornerRadius = 30;
_personImgView.layer.borderWidth=1;
_personImgView.layer.borderColor=[UIColor whiteColor].CGColor;
_personImgView.layer.masksToBounds = YES;
_personImgView.layer.cornerRadius = 30;
_personImgView.layer.borderWidth=1;
_personImgView.layer.borderColor=[UIColor whiteColor].CGColor;
本文标题:UIimageView变成圆形以及边框宽度
本文链接:https://www.haomeiwen.com/subject/virsqttx.html
网友评论