UITabbarController 里面 push隐藏 po
2018-04-10 本文已影响0人
杨赛大兄弟
self.hidesBottomBarWhenPushed=YES;
BrushReminderView * brushReminderView = [[BrushReminderView alloc] init];
[self.navigationControllerpushViewController:brushReminderViewanimated:YES];
self.hidesBottomBarWhenPushed=NO;