我刚刚开始为iOS 7编码,无法使导航项目中出现标题和后退按钮。是什么导致这种情况以及如何解决?
感谢。
答案 0 :(得分:1)
确保您的ViewController嵌入在NavigationController中。 (从Storyboard中选择ViewController,然后从Xcode转到Editor菜单并嵌入 - > NavigationController)
将导航项拖放到ViewController中,现在您可以输入ViewController的标题并为后退按钮命名。