gpt4 book ai didi

ios - 导航 Controller 和 View Controller

转载 作者:行者123 更新时间:2023-11-30 14:06:16 25 4
gpt4 key购买 nike

当我按下导航 Controller 第一个 View 中的按钮时,我需要返回主视图......

我已经连接了一个简单的 View ,并且该 View 转到导航 Controller ..

ViewController --> 导航 Controller --> 导航 View

<----------------------------------------------

我怎样才能做到这一点......

enter image description here

最佳答案

你想返回到顶层Root ViewController:

navigationController?.popTopRootViewControllerAnimated(true)

如果你想返回到之前的viewController:

navigationController?.popViewControllerAnimated(true)

关于ios - 导航 Controller 和 View Controller ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32359485/

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