ios群聊
请问一下 设置一个群聊的button 在viewcontroll里面是设置它跳转到哪一个页面上的
单聊是ChatViewController *chatVC = [[ChatViewController alloc]initWithConversationChatter:@"yeyeyeye" conversationType:EMConversationTypeChat];
chatVC.title = @"yeyeyeye";
[self.navigationController pushViewController:chatVC animated:YES];
群聊怎么设置的
单聊是ChatViewController *chatVC = [[ChatViewController alloc]initWithConversationChatter:@"yeyeyeye" conversationType:EMConversationTypeChat];
chatVC.title = @"yeyeyeye";
[self.navigationController pushViewController:chatVC animated:YES];
群聊怎么设置的
没有找到相关结果
已邀请:
2 个回复
[已注销]
一等到天幻
chatVC.title = @"yeyeyeye";
[self.navigationController pushViewController:chatVC animated:YES];