gpt4 book ai didi

cocoa-touch - 如何在 UINavigationController 中返回一个 View ?

转载 作者:IT老高 更新时间:2023-10-28 11:47:37 25 4
gpt4 key购买 nike

有没有一种方法可以在 UINavigationController 上返回堆栈中的一个 View ?还是到具有特定标题的 View ?

最佳答案

我并不是要粗鲁,但这确实有据可查。在 UINavigationController 上进行 google 搜索甚至是 Apple 文档搜索都会找到您需要的内容。以编程方式弹出您使用的当前 View Controller :

[[self navigationController] popViewControllerAnimated:YES];

要弹出到特定的 View Controller ,请使用:

[[self navigationController] popToViewController:controller animated:YES];

您必须首先遍历 View Controller 列表,并根据您要查找的内容检查标题并将其传递给此方法。

关于cocoa-touch - 如何在 UINavigationController 中返回一个 View ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3293155/

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