开源IM SDK即时通讯社交APP

2015-05-16 0 971
开源IM SDK即时通讯社交APP
- (void)viewDidLoad
{
    [super viewDidLoad];
    // Do any additional setup after loading the view.
    _loginView = [[IMLoginView alloc] initWithFrame:self.view.bounds];
    
    [_loginView setDelegate:self];
    [[self view] addSubview:_loginView];
    

    
    if ([g_pIMMyself loginStatus] != IMMyselfLoginStatusNone) {
        IMRootViewController *controller = [[IMRootViewController alloc] init];
        
        [self addChildViewController:controller];
        [[self view] addSubview:controller.view];
    }
    
    [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(logout) name:IMLogoutNotification object:nil];
    
}

遇见资源网 objective-c 开源IM SDK即时通讯社交APP http://www.ox520.com/16655.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务