现在的很多应用在做用户信息展现这一块,主流的形状是圆形。这里我们可以用代码来实现:
rightImage.layer.masksToBounds=YES;
rightImage.layer.cornerRadius=rightImage.bounds.size.width/2;
rightImage.layer.borderColor= [UIColorclearColor].CGColor;
rightImage.layer.borderWidth=1.0;
现在的很多应用在做用户信息展现这一块,主流的形状是圆形。这里我们可以用代码来实现:
rightImage.layer.masksToBounds=YES;
rightImage.layer.cornerRadius=rightImage.bounds.size.width/2;
rightImage.layer.borderColor= [UIColorclearColor].CGColor;
rightImage.layer.borderWidth=1.0;
本文标题:画圆形头像
本文链接:https://www.haomeiwen.com/subject/grueqttx.html
网友评论