UITabbarController 里面 push隐藏 pop显示的问题

    self.hidesBottomBarWhenPushed=YES;

    BrushReminderView * brushReminderView = [[BrushReminderView alloc] init];

    [self.navigationControllerpushViewController:brushReminderViewanimated:YES];

     self.hidesBottomBarWhenPushed=NO;

你可能感兴趣的:(UITabbarController 里面 push隐藏 pop显示的问题)