LCCKConversationListViewControllerDelegate/**
实现代理方法,可获得到cell点击事件的回调
*/
- (void)conversation:(AVIMConversation *)conversation tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath;
/**
实现代理方法,当默认的 Cell 或自定义的 Cell 需要配置时,该代理将被调用
*/
- (void)conversation:(AVIMConversation *)conversation cell:(UITableViewCell *)cell tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath;
@end
Jietu20190914-113837.jpg1066x697 182 KB 这里的两个block都显示过时了,我这里想用delegate里,但是上面的两个代理方法,我不知道在哪里实现。源代码没有看看懂。
回复
回复为联结主题
邀请书签分享报告回复
关注
因为你创建了此主题,所以你将收到相关通知。
推荐主题
主题 分类 回复 浏览 活动
文件自定义域名时提示暂不支持该域名 近期主题 已修复 1 16 9月12日
消息推送设置多个自定义证书超过10个是否可以扩展? 实时通信 3 192 16-12-22
[已解决]收到私聊服务的短信,目前测试已经可以了 实时通信 0 142 16-02-2
模板创建两天多了,为什么还没审核 实时通信 4 156 16-09-2
通过restapi获取的消息记录中有被删除的消息 实时通信 6 227 17-05-27
还有 1 个新主题可以阅读,或者浏览实时通信中的其他主题
编辑 memefa 发表的 帖子 1 (添加编辑理由)
如何使用会话列表的代理方法
LCCKConversationListViewControllerDelegate/**
实现代理方法,可获得到cell点击事件的回调
*/
- (void)conversation:(AVIMConversation *)conversation tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath;
/**
实现代理方法,当默认的 Cell 或自定义的 Cell 需要配置时,该代理将被调用
*/
- (void)conversation:(AVIMConversation *)conversation cell:(UITableViewCell *)cell tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath;
@end
这里的两个block都显示过时了,我这里想用delegate里,但是上面的两个代理方法,我不知道在哪里实现。源代码没有看看懂。
LCCKConversationListViewControllerDelegate/**
实现代理方法,可获得到cell点击事件的回调
*/
- (void)conversation:(AVIMConversation *)conversation tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath;
/**
实现代理方法,当默认的 Cell 或自定义的 Cell 需要配置时,该代理将被调用
*/
- (void)conversation:(AVIMConversation *)conversation cell:(UITableViewCell *)cell tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath;
@end
这里的两个block都显示过时了,我这里想用delegate里,但是上面的两个代理方法,我不知道在哪里实现。源代码没有看看懂。
或者是这里应该如何修改的,我没有用tabbar,我就是用一个按钮push到LCCKConversationListViewController,现在的需求是想直接从LCCKConversationListViewController跳到聊天界面。就是下面这个图片上方法(我临时用的通知。)