Commit 0e7c13be3ea03e6bcd79e21bdb253fb5a09dbadf
1 parent
b0638694
no message
Showing
1 changed file
with
0 additions
and
1 deletions
Example/CNLiveLoginModule/CNLIVEAppDelegate.m
| @@ -50,7 +50,6 @@ | @@ -50,7 +50,6 @@ | ||
| 50 | // }]; | 50 | // }]; |
| 51 | 51 | ||
| 52 | CNLiveLoginController *vc = [[CNLiveLoginController alloc] init]; | 52 | CNLiveLoginController *vc = [[CNLiveLoginController alloc] init]; |
| 53 | -// vc.isShowClose = YES; | ||
| 54 | UINavigationController *nav = [[UINavigationController alloc]initWithRootViewController:vc]; | 53 | UINavigationController *nav = [[UINavigationController alloc]initWithRootViewController:vc]; |
| 55 | self.window.rootViewController = nav;//设置根视图控制器 | 54 | self.window.rootViewController = nav;//设置根视图控制器 |
| 56 | [self.window makeKeyAndVisible];//设置成为 | 55 | [self.window makeKeyAndVisible];//设置成为 |