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.
我刚开始为 iOS 7 编写代码,无法让标题和后退按钮出现在导航项中。什么可能导致这种情况,我该如何解决?
谢谢。
确保您的 ViewController 嵌入在 NavigationController 中。(从 Storyboard 中选择您的 ViewController,然后从 Xcode 转到 Editor 菜单并嵌入 -> NavigationController)
将 Navigation Item 拖放到 ViewController 中,现在您可以输入 ViewController 的标题和返回按钮的名称。