Commit 0e7c13be3ea03e6bcd79e21bdb253fb5a09dbadf

Authored by zhangxiaowen
1 parent b0638694

no message

Example/CNLiveLoginModule/CNLIVEAppDelegate.m
... ... @@ -50,7 +50,6 @@
50 50 // }];
51 51  
52 52 CNLiveLoginController *vc = [[CNLiveLoginController alloc] init];
53   -// vc.isShowClose = YES;
54 53 UINavigationController *nav = [[UINavigationController alloc]initWithRootViewController:vc];
55 54 self.window.rootViewController = nav;//设置根视图控制器
56 55 [self.window makeKeyAndVisible];//设置成为
... ...