TabBarController 顶部栏

TabBarController top bar

我在我的应用程序中添加了一个 tabBarCotroller。当我 运行 simulator/phone 中的应用程序时,每个页面的顶部都会出现一个大栏。该栏不会出现在情节提要中。我怎样才能删除它?我希望应用程序一直延伸到顶部

如果您想要隐藏应用中共享相同 UINavigationController 的所有视图控制器,请使用此

self.navigationController?.isNavigationBarHidden = true

如果您没有使用 UINavigationController 那么试试这个:

Select 你的 ViewController

然后 select