TLChat
TLChat copied to clipboard
新消息发出去不会显示最新的那一条。会被键盘遮挡。 注释图灵消息, 就看出来了。
trafficstars
搭个车... 想邀请Repo作者来w3c.group创建项目的对应小组。w3c.group是类似知识星球的社群工具,小组可设置为付费且有赞助功能,同时也是一个区块链主导的创作者社区。这是相关介绍: http://t.cn/Ai1vLcCU http://t.cn/Ai1vLcCG http://t.cn/Ai1vLcCA
需要延迟一下 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]; });