Commit 2bf9847a3ec53ca8d035e82307aa9478e2c9c28f
1 parent
fd17eabe
no message
Showing
1 changed file
with
1 additions
and
0 deletions
CNLiveBMineModule/Classes/Controller/CNLiveMineController.m
| @@ -131,6 +131,7 @@ static const CGFloat timeValue = 1.5; | @@ -131,6 +131,7 @@ static const CGFloat timeValue = 1.5; | ||
| 131 | case CNLiveMineHeaderViewTypeUerInfo: | 131 | case CNLiveMineHeaderViewTypeUerInfo: |
| 132 | { | 132 | { |
| 133 | CNLiveUserInfoController *vc = [[CNLiveUserInfoController alloc]init]; | 133 | CNLiveUserInfoController *vc = [[CNLiveUserInfoController alloc]init]; |
| 134 | + vc.hidesBottomBarWhenPushed = YES; | ||
| 134 | [self.navigationController pushViewController:vc animated:YES]; | 135 | [self.navigationController pushViewController:vc animated:YES]; |
| 135 | } | 136 | } |
| 136 | break; | 137 | break; |