Commit 53929431fada380393e7dff4358d9c5ed0ad0742
1 parent
e0f66b27
0.6.8
Showing
3 changed files
with
8 additions
and
1 deletions
CNLiveCMineModule.podspec
| @@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
| 8 | 8 | ||
| 9 | Pod::Spec.new do |s| | 9 | Pod::Spec.new do |s| |
| 10 | s.name = 'CNLiveCMineModule' | 10 | s.name = 'CNLiveCMineModule' |
| 11 | - s.version = '0.6.7' | 11 | + s.version = '0.6.8' |
| 12 | s.summary = '网家家C端个人中心' | 12 | s.summary = '网家家C端个人中心' |
| 13 | 13 | ||
| 14 | # This description is used to generate tags and improve search results. | 14 | # This description is used to generate tags and improve search results. |
CNLiveCMineModule/Classes/CNLiveCMineModule.h
| @@ -25,6 +25,8 @@ NS_ASSUME_NONNULL_BEGIN | @@ -25,6 +25,8 @@ NS_ASSUME_NONNULL_BEGIN | ||
| 25 | /// @param name 国家名 | 25 | /// @param name 国家名 |
| 26 | /// @param code 符号 | 26 | /// @param code 符号 |
| 27 | + (void)backMessageFromSelectCountries:(NSString *)name countryCode:(NSString *)code; | 27 | + (void)backMessageFromSelectCountries:(NSString *)name countryCode:(NSString *)code; |
| 28 | + | ||
| 29 | ++ (void)pushVCWithInteDetailView; | ||
| 28 | @end | 30 | @end |
| 29 | 31 | ||
| 30 | NS_ASSUME_NONNULL_END | 32 | NS_ASSUME_NONNULL_END |
CNLiveCMineModule/Classes/CNLiveCMineModule.m
| @@ -30,6 +30,11 @@ | @@ -30,6 +30,11 @@ | ||
| 30 | [[CNLiveCMineModule navigationViewController] pushViewController:inteView animated:YES]; | 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 | + (UIViewController *)showMineView | 38 | + (UIViewController *)showMineView |
| 34 | { | 39 | { |
| 35 | CNLiveMineVC *vc = [[CNLiveMineVC alloc] init]; | 40 | CNLiveMineVC *vc = [[CNLiveMineVC alloc] init]; |