Commit 53929431fada380393e7dff4358d9c5ed0ad0742
1 parent
e0f66b27
0.6.8
Showing
3 changed files
with
8 additions
and
1 deletions
CNLiveCMineModule.podspec
CNLiveCMineModule/Classes/CNLiveCMineModule.h
CNLiveCMineModule/Classes/CNLiveCMineModule.m
| ... | ... | @@ -30,6 +30,11 @@ |
| 30 | 30 | [[CNLiveCMineModule navigationViewController] pushViewController:inteView animated:YES]; |
| 31 | 31 | } |
| 32 | 32 | |
| 33 | ++(void)pushVCWithInteDetailView{ | |
| 34 | + CNLiveCMineInteDetailViewController * inteView = [[CNLiveCMineInteDetailViewController alloc] initWithInte:@"0"]; | |
| 35 | + [[CNLiveCMineModule navigationViewController] pushViewController:inteView animated:YES]; | |
| 36 | +} | |
| 37 | + | |
| 33 | 38 | + (UIViewController *)showMineView |
| 34 | 39 | { |
| 35 | 40 | CNLiveMineVC *vc = [[CNLiveMineVC alloc] init]; | ... | ... |