问题描述
每个人的头像图片我都能获取到 怎么传给会话列表的 用户头像上
解决方案
参考demo中ChatListViewController.m中cell.placeholderImage = [UIImage imageNamed:@"chatListCellHead.png"];代码,将获取的头像传过来。
时间: 2024-09-13 06:02:49
每个人的头像图片我都能获取到 怎么传给会话列表的 用户头像上
参考demo中ChatListViewController.m中cell.placeholderImage = [UIImage imageNamed:@"chatListCellHead.png"];代码,将获取的头像传过来。