TLChat icon indicating copy to clipboard operation
TLChat copied to clipboard

新消息发出去不会显示最新的那一条。会被键盘遮挡。 注释图灵消息, 就看出来了。

Open 871263000 opened this issue 6 years ago • 1 comments
trafficstars

871263000 avatar Sep 03 '19 03:09 871263000

搭个车... 想邀请Repo作者来w3c.group创建项目的对应小组。w3c.group是类似知识星球的社群工具,小组可设置为付费且有赞助功能,同时也是一个区块链主导的创作者社区。这是相关介绍: http://t.cn/Ai1vLcCU http://t.cn/Ai1vLcCG http://t.cn/Ai1vLcCA

isdotjim avatar Oct 24 '19 04:10 isdotjim

需要延迟一下 dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.01 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{ [self.tableView scrollToRowAtIndexPath:[NSIndexPath indexPathForRow:[weakSelf.data count]-1 inSection:0] atScrollPosition:UITableViewScrollPositionBottom animated:YES]; });

kangtian avatar Jul 24 '20 03:07 kangtian