Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Xcode 在我的 iOS 应用程序中构建视图。我正在使用界面生成器,因为它是导航控制器,所以会出现导航栏。使用代码,我使用以下方法隐藏导航栏:
[self.navigationController setNavigationBarHidden:YES animated:YES];
它工作正常,但在界面生成器中它一直显示。如何将其隐藏在界面构建器中以轻松绘制我的视图?
在 IB 的检查器中,有一个导航栏下拉菜单。您应该能够简单地将其更改为无,并且它将远离您在 IB 中的视图。