gpt4 book ai didi

ios - 无法在选择搜索结果时执行 unwind segue - 导航堆栈将不会更新

转载 作者:行者123 更新时间:2023-11-29 10:22:00 25 4
gpt4 key购买 nike

我有两个 View Controller ,第一个 (VC1) 有一个按钮,当单击它时,它将导航到第二个 View Controller (VC2)。 VC2 是一个表格 View ,包括一个名称列表,它在顶部有搜索栏用于搜索。如果我正常选择一个单元格,它会调用 unwind segue 弹回 VC1。但是,如果我搜索一个名称,然后在搜索结果中选择一个单元格,它就无法执行展开转场,它只会关闭搜索 UI 并导致如下错误:

popToViewController:transition: called on UINavigationController while an existing transition or presentation is occurring; the navigation stack will not be updated.

我也尝试关闭 tableview:didSelectCellAtIndex 上的 VC2,但没有用。

任何帮助将不胜感激!!!

最佳答案

尝试使用以下函数:

[self.navigationController popViewControllerAnimated:YES];

关于ios - 无法在选择搜索结果时执行 unwind segue - 导航堆栈将不会更新,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34602775/

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