ChenYilong

Results 168 comments of ChenYilong

系统对话不返回lastMessage,这个暂时服务端还不支持,属于后端的一个bug,后期会修复下,ChatKit无需升级就可以支持。

fix in CYLChatKit https://github.com/ChenYilong/CYLChatKit/releases changelog: > 2.1.3 fix iOS11 FullScreen bug

还有一个 App 是用 ChatKit 做的 搜 “ 小幸运(官方) ” https://appsto.re/cn/A96tgb.i

fix in CYLChatKit https://github.com/ChenYilong/CYLChatKit/releases changelog: > v2.1.5 update AVOSCloud and AVOSCloudIM SDK to 11.0.0

fix in CYLChatKit https://github.com/ChenYilong/CYLChatKit/releases version 2.1.5

fix in CYLChatKit https://github.com/ChenYilong/CYLChatKit/releases

`self.avatarImageView.lcck_cornerRadius`主要是在做圆角的异步渲染,使用GCD的global的方式进行异步渲染。但是,我推测主要是没考虑到线程切换的代价。后期优化下。