leancloud / ChatKit-OC

此项目已经废弃,以后不再维护。我们推出了基于 Swift SDK 的 Chat Demo。

Home Page:https://github.com/leancloud/swift-sdk-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS8系统,聊天列表左滑不起作用

speeddream opened this issue · comments

在LCCKConversationListViewModel.m中加上如下代码就解决了

58630135-ce44-4d70-a289-e548d5abba13

  • (void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath *)indexPath {
    }