注册

EaseUI中的EaseMessageViewControllerDelegate这些代理怎样才能使用,self.delegate=self?

已邀请:

lizilong - 80后程序猿

//直接使用EaseMessageViewController
EaseMessageViewController *chatController = [[EaseMessageViewController alloc] initWithConversationChatter:@"8001" conversationType:EMConversationTypeChat];
chatController.delegate=self;
//通过继承,使用EaseMessageViewController
self.delegate = self;

要回复问题请先登录注册