xib容器圆角矩形

-(void)drawRect:(CGRect)rect

{

_avatarImageView.layer.cornerRadius=5;

_avatarImageView.layer.masksToBounds=YES;

}

相关推荐