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.
也许导航栏不是最好的术语,但我希望它的顶部有蓝色栏,左上角和右上角分别有“取消”和“完成”按钮(因为这是要做的列表应用程序)。
最好不在代码中,我将如何使我一直拥有这些观点?现在由于它被推送,它现在只是被扔在旧视图之上,无法退出它。
在情节提要中选择呈现的 viewController(segue 的destinationViewController)...
编辑器 -> 嵌入 -> 导航控制器
或者...只需将 UINavigationBar 从 Object Library 拖到 ViewController 上。
然后您可以将 barButtonItems 拖到导航栏上,并将其标识符设置为“取消”和“完成”。将它们作为 IBAction 连接到 ViewController 以完成工作。