阿里百川IMSDK--自定义群聊界面

 // 获取群对象
    YWTribe *tribe = [self.tribesArray objectAtIndex:indexPath.row];
    // 发起群聊
    UIViewController *VC = [[SPKitExample sharedInstance].ywIMKit makeConversationViewControllerWithTribe:tribe];
    // 设置群聊界面的导航栏的右边为群的详细信息的按钮
    VC.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"Circle_cell"] style:UIBarButtonItemStylePlain target:self action:@selector(tribeInfo)];
    [self.navigationController pushViewController:VC animated:YES];

 

posted @ 2016-09-03 15:02  ma_fighting  阅读(493)  评论(0)    收藏  举报
历史天气查