公屏的点击 已经公屏的网络图片自适应大小
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
XPMineUserInfoImageCollectionViewCell * imageCell = (XPMineUserInfoImageCollectionViewCell *)cell;
|
||||
NSString *url = [self.imageUrls objectAtIndex:index];
|
||||
@weakify(imageCell);
|
||||
[imageCell.logoImageView load_imageWithUrl:url placeholderImage:[UIImageConstant defalutBannerPlaceholder] type:ImageTypeUserInfoAlbum success:^(UIImage * _Nonnull image) {
|
||||
[imageCell.logoImageView load_imageWithUrl:url placeholderImage:[UIImageConstant defalutBannerPlaceholder] type:ImageTypeUserInfoAlbum complection:^(UIImage * _Nonnull image, NSURL * _Nonnull url) {
|
||||
@strongify(imageCell);
|
||||
if (image) {
|
||||
[imageCell.logoImageView setImageToBlur:image blurRadius:45];
|
||||
|
Reference in New Issue
Block a user