为什么导航栏没有出现在模拟器中?

时间:2018-09-19 23:41:43

标签: ios swift xcode uinavigationcontroller uinavigationbar

在正在构建的应用程序中,我设置了一个导航控制器来控制通过该应用程序的导航。我创建了Root View Controller

enter image description here 我使用节目搜索将该Root View Controller链接到另一个View Controller。现在View Controller在情节提要中显示了导航栏,其中“大标题”已关闭。

enter image description here

即使当我单击加号按钮时它已显示在情节提要中,导航栏也未显示在模拟器中。有人知道为什么吗?

enter image description here enter image description here

这是完整的情节提要(左侧Navigation Controller-中间Root View Controller-右侧添加View Controller)。

enter image description here

如果有人可以帮助我,那就太好了。谢谢。

2 个答案:

答案 0 :(得分:2)

您可以追溯步骤并查看出错的地方:

1:创建一个新的单页应用程序。删除VC并添加TableVC。设置为根VC。

2:选择TableVC,编辑器->嵌入导航控制器中。

3:将选项卡栏项添加到TableVC的添加的导航栏中。

4:创建另一个VC,并控制从选项卡栏项目拖动到VC(推送功能)。

答案 1 :(得分:0)

picture

嗨!您是否已将Storyboard与ViewController链接为图片?这可能是原因之一。