注册

集成 了iOSSDK,直接在登录后直接跳转到EaseUI中的EaseUsersListViewController,表情键盘不出现

集成 了iOSSDK,直接在登录后直接跳转到EaseUI中的EaseUsersListViewController,但是进入到聊天页面时,模拟器点击笑脸,不会弹出表情键盘,并且程序崩溃,真机点击笑脸不崩溃,弹出键盘,但是没有表情。
已邀请:
在EaseMessageViewController.m的viewDidLoad方法结尾处加上
EaseEmotionManager * manager = [[EaseEmotionManager alloc] initWithType:EMEmotionDefault emotionRow:3 emotionCol:7 emotions:[EaseEmoji allEmoji]];
[self.faceView setEmotionManagers:@[manager]];

要回复问题请先登录注册