美文网首页
iOS 14,切换tabbar,tabbar消失问题

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

作者: xsgoing | 来源:发表于2020-09-19 17:00 被阅读0次

[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