修改推送图标
This commit is contained in:
@@ -108,6 +108,9 @@ static NSString *identifier = @"AvatarCollectionViewCell";
|
||||
cell.avatarImageView.image = [UIImage imageNamed:@"facebook"];
|
||||
}else if (type == DSWebMenuNotiType) {
|
||||
cell.avatarImageView.image = [UIImage imageNamed:@"noti"];
|
||||
cell.imgWidth.constant = 40;
|
||||
cell.avatarImageView.layer.cornerRadius = 20.f;
|
||||
cell.avatarImageView.layer.masksToBounds = YES;
|
||||
}
|
||||
}
|
||||
cell.avatarImageView.contentMode = UIViewContentModeScaleAspectFit;
|
||||
|
||||
Reference in New Issue
Block a user