RedRain
简介 基于 LeanCloud 的 IM 功能,可以快速发起聊天的 UI 框架。 HomePage: https://github.com/rxdxxxx/WBChatIMKit 安装 在 Podfile 文件中添加下面👇这行代码 pod 'WBChatIMKit' 初始化 首先需要在 LeanCloud 注册自己的应用,得到对应的 AppId 和 clientKey 后在程序中设置对应信息 #import <WBChatIMKit/WBChatIMKit.h> - (BOOL)application:(UIApplication *)application didFinishL…