liuzhiyi1992 / ZYCornerRadius

一句代码,圆角风雨无阻。A Category to make cornerRadius for UIImageView have no Offscreen-Rendered, be more efficiency.

Home Page:http://zyden.vicp.cc/zycornerradius/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

圆形图片没有效果

shenshangjimiaoZG opened this issue · comments

在xcode11.4 ios13.4 圆形效果没有显示出来。[self.productImg zy_cornerRadiusAdvance:26 rectCornerType:UIRectCornerAllCorners];

[self.productImg mas_makeConstraints:^(MASConstraintMaker *make) {

    make.left.equalTo(self.bgImg.mas_left).offset(15);
    make.bottom.equalTo(self.lblDesc.mas_top).offset(-2);
    make.size.mas_equalTo(CGSizeMake(52, 52));
    
}]

发现只要是在xib拖一个image,就显示不出来,只要是纯代码写uiimageview才显示圆角。

大佬,在xcode11.4,ios13.4 发现只要是在xib拖一个image,就显示不出来,只要是纯代码写uiimageview才显示圆角。