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.
比如说,我有一个 UIWebview。如果我得到 404 的状态码,那么我想将一些数据返回给前一个视图控制器,以便它知道刷新网页列表。
我听说过unwind segues。但是,我在此找到的所有内容听起来都必须通过情节提要按钮来实现。
unwind segues
反正有没有在代码中执行展开转场。意思是如果我发现这个错误 - 然后为前一个视图控制器设置某种变量,以便它知道如何处理错误?
谢谢!
您应该在询问之前尝试搜索,这已经在这里得到了回答:
如何以编程方式执行 Unwind segue?
看看 Vadim 和 Dean 的答案