IOS 开发解决环信聊天点击表情崩溃

如果你只是简单的实现了聊天功能! 直接按官方文档提示跳转EaseMessageViewController 这个类 ! 那么你点击表情,打算发送表情的时候 ,会出现崩溃错误,又没有什么原因!  


解决办法: 


在EaseMessageViewController 的viewDidLoad方法中的最后边加入这段代码再运行.... 


    EaseEmotionManager *manager= [[EaseEmotionManager alloc] initWithType:EMEmotionDefault emotionRow:3 emotionCol:7 emotions:[EaseEmoji allEmoji]]; [self.faceView setEmotionManagers:@[manager]];


你可能感兴趣的:(iOS,环信)