We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在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)); }]
The text was updated successfully, but these errors were encountered:
发现只要是在xib拖一个image,就显示不出来,只要是纯代码写uiimageview才显示圆角。
Sorry, something went wrong.
大佬,在xcode11.4,ios13.4 发现只要是在xib拖一个image,就显示不出来,只要是纯代码写uiimageview才显示圆角。
No branches or pull requests
在xcode11.4 ios13.4 圆形效果没有显示出来。[self.productImg zy_cornerRadiusAdvance:26 rectCornerType:UIRectCornerAllCorners];
[self.productImg mas_makeConstraints:^(MASConstraintMaker *make) {
The text was updated successfully, but these errors were encountered: