[self.tabBarController setSelectedIndex:1];
[self.navigationController popToRootViewControllerAnimated:YES];
改为
[self.tabBarController setSelectedIndex:1];
[self.navigationControllerpopToRootViewControllerAnimated:NO];
[self.tabBarController setSelectedIndex:1];
[self.navigationController popToRootViewControllerAnimated:YES];
改为
[self.tabBarController setSelectedIndex:1];
[self.navigationControllerpopToRootViewControllerAnimated:NO];
本文标题:iOS 14,切换tabbar,tabbar消失问题
本文链接:https://www.haomeiwen.com/subject/ddzeyktx.html
网友评论