ViewController中的顶级栏ios swift显示了前一个顶栏

时间:2016-12-30 11:46:21

标签: ios swift xcode navigationitem

从左开始..这是主页。当我点击reattempt按钮将打开新的viewcontroller哪个名称级页面(左起第二个)

左起第二位。这是关卡页面。它在运行时显示与主页相同的顶栏。

左起第三名。这是我的关卡页面的故事板。顶部栏显示标题和后退按钮

请查看以下屏幕截图以获取更多信息。

Image

我的问题是为什么当我运行时,级别页面不显示标题和后退按钮,就像我的故事板...?以及如何使关卡页面显示标题和后退按钮?

我已经嵌入了导航控制器..请帮帮我..

1 个答案:

答案 0 :(得分:0)

let navController = self.storyboard!.instantiateViewControllerWithIdentifier("YouNewNavigationControllerIdentifier") as! UINavigationController
self.presentViewController(navController, animated: true)

希望这会有用...... !!