Commit a68eb051dac8807bb5e7694b8be10031b926a2e4
1 parent
1822bd95
no message
Showing
1 changed file
with
7 additions
and
13 deletions
CNLiveLoginModule/Classes/Module/CNLiveLoginService.m
| ... | ... | @@ -16,32 +16,26 @@ |
| 16 | 16 | |
| 17 | 17 | @implementation CNLiveLoginService |
| 18 | 18 | |
| 19 | -- (void)pushToLoginController { | |
| 20 | - UIViewController *vc = [[UIViewController alloc]init]; | |
| 21 | -// [XWPageJumpManager pushViewController:vc]; | |
| 22 | -} | |
| 23 | - | |
| 24 | -- (void)presentToFoundController { | |
| 25 | - UIViewController *vc = [[UIViewController alloc]init]; | |
| 26 | - vc.modalPresentationStyle = UIModalPresentationOverFullScreen; | |
| 27 | - vc.hidesBottomBarWhenPushed = YES; | |
| 28 | -// [XWPageJumpManager presentViewController:vc]; | |
| 29 | -} | |
| 30 | - | |
| 31 | 19 | - (UIViewController *)getLoginViewController{ |
| 32 | 20 | return [UIViewController new]; |
| 33 | 21 | |
| 34 | 22 | } |
| 23 | + | |
| 35 | 24 | - (void)pushToLoginViewController{ |
| 36 | 25 | |
| 37 | 26 | } |
| 27 | + | |
| 38 | 28 | - (void)pushToLoginViewController:(BOOL)isShow{ |
| 39 | 29 | |
| 40 | 30 | } |
| 41 | 31 | |
| 42 | 32 | - (void)presentToLoginViewController{ |
| 43 | - | |
| 33 | + UIViewController *vc = [[UIViewController alloc]init]; | |
| 34 | + vc.modalPresentationStyle = UIModalPresentationOverFullScreen; | |
| 35 | + vc.hidesBottomBarWhenPushed = YES; | |
| 36 | + // [XWPageJumpManager presentViewController:vc]; | |
| 44 | 37 | } |
| 38 | + | |
| 45 | 39 | - (void)presentToLoginViewController:(BOOL)isShow{ |
| 46 | 40 | |
| 47 | 41 | } | ... | ... |