注册

iOS11 Xcode9 消息列表发送消息

消息列表发送消息后,聊天界面有时不会跳到最后一条消息。

屏幕快照_2017-11-30_上午11.12_.31_.png



屏幕快照_2017-11-30_上午11.12_.51_.png



 
已邀请:
已解决 添加下面代码if (@available(iOS 11.0, *)) {

        self.tableView.estimatedRowHeight = 0;

        self.tableView.estimatedSectionHeaderHeight = 0;

        self.tableView.estimatedSectionFooterHeight = 0;

    }
感谢 确实已解决

要回复问题请先登录注册