Commit 2bf9847a3ec53ca8d035e82307aa9478e2c9c28f

Authored by iOS-Xiaowen
1 parent fd17eabe

no message

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;