美文网首页
动态改变tabbar

动态改变tabbar

作者: saman0 | 来源:发表于2018-09-10 09:24 被阅读225次
            let appdelegate = UIApplication.shared.delegate as! AppDelegate

            let tabBarVC = appdelegate.window?.rootViewController as! UITabBarController

            var tabBars = tabBarVC.viewControllers

            tabBars?.remove(at: 1)
            tabBarVC.setViewControllers(tabBars, animated: true)
            appdelegate.window?.rootViewController = tabBarVC

相关文章

网友评论

      本文标题:动态改变tabbar

      本文链接:https://www.haomeiwen.com/subject/nsbjgftx.html