ios 快速集成环信EaseUI

来源:互联网 发布:jquery数组删除空元素 编辑:程序博客网 时间:2024/05/16 19:45

步骤1:导入sdk ,请看环信sdk集成api


步骤2:请看图


步骤3: 上面步骤会缺少表情,

表情请见3.0demo中的chatviewcontroller,

EaseEmotionManager *manager= [[EaseEmotionManager alloc] initWithType:EMEmotionDefault emotionRow:3

emotionCol:7 emotions:[EaseEmoji allEmoji]];

    [self.faceView setEmotionManagers:@[manager]];


环信集成完成

0 2