popToRootViewController 切换到tabBa

2020-03-06  本文已影响0人  喵喵粉

popToRootViewController 切换到tabBarController页面出现了tabBar不显示的问题,将selectedIndex = index这句放到前面。

///回到tab的第N个页面
extension UIViewController {
    func extPopToTabBarIndex(_ index: Int) {
        self.tabBarController?.selectedIndex = index
        navigationController?.popToRootViewController(animated: true)
    }
}
上一篇 下一篇

猜你喜欢

热点阅读