我正在制作一个使用标签栏控制器的应用程序。在选项卡栏的第一个VC上,我使用了XLPagerTabBarStrip lib,它具有两个子vc。现在,当我运行该应用程序时,它不会显示导航栏。我也给了颜色并放置了两个条形按钮项。仍然没有向我显示导航栏,如何显示导航栏? 我调用标签栏的代码是这样,
let first = storyboard?.instantiateViewController(withIdentifier:"TabBarVC") as! TabBarVC
self.navigationController?.pushViewController(first, animated: true)