gpt4 book ai didi

swift - 如何以编程方式将 View Controller 嵌入到导航 View Controller 中

转载 作者:搜寻专家 更新时间:2023-11-01 05:31:52 25 4
gpt4 key购买 nike

我正在尝试将我的 View Controller 嵌入到导航 View Controller 中,以便获得导航栏和所有其他内容,例如后退按钮。我想以编程方式进行。

最佳答案

这样做是这样的:

// example ViewController
let myVC = UIViewController()

// create the NavigationController with my VC as root
let navCon = UINavigationController(rootViewController: myVC)

关于swift - 如何以编程方式将 View Controller 嵌入到导航 View Controller 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57192338/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com