iOS 14,切换tabbar,tabbar消失问题

[self.tabBarController setSelectedIndex:1];

 [self.navigationController popToRootViewControllerAnimated:YES];

改为

[self.tabBarController setSelectedIndex:1];

            [self.navigationControllerpopToRootViewControllerAnimated:NO];

你可能感兴趣的:(iOS 14,切换tabbar,tabbar消失问题)