Commit aa193775d6b218b9e299c57b658a3541c8fdd66e
1 parent
85bfb9b8
no message
Showing
1 changed file
with
0 additions
and
7 deletions
CNLiveMineModule/Classes/Module/CNLiveMineService.m
| @@ -25,11 +25,4 @@ | @@ -25,11 +25,4 @@ | ||
| 25 | [CNLivePageJumpManager pushViewController:vc]; | 25 | [CNLivePageJumpManager pushViewController:vc]; |
| 26 | } | 26 | } |
| 27 | 27 | ||
| 28 | -- (void)presentToFoundController { | ||
| 29 | - UIViewController *vc = [[UIViewController alloc]init]; | ||
| 30 | - vc.modalPresentationStyle = UIModalPresentationOverFullScreen; | ||
| 31 | - vc.hidesBottomBarWhenPushed = YES; | ||
| 32 | - [CNLivePageJumpManager presentViewController:vc]; | ||
| 33 | -} | ||
| 34 | - | ||
| 35 | @end | 28 | @end |