从 Thirdviewcontroller 到 FirstViewcontroller

Posted

技术标签:

【中文标题】从 Thirdviewcontroller 到 FirstViewcontroller【英文标题】:From Thirdviewcontroller to FirstViewcontroller 【发布时间】:2014-02-08 22:42:48 【问题描述】:

我的故事板中有两个导航视图控制器。

Firstviewcontroller 链接到 firstnavigationcontroller。 ThirdViewcontroller 链接到第二个导航控制器。那我想知道怎么从thirdviewcontroller到firstviewcontroller。

【问题讨论】:

【参考方案1】:

有几种方法可以从 ThirdViewController 返回 FirstViewController:

    [UINavigationController popToRootViewControllerAnimated:]方法 设置情节提要展开转场

这个post 有更详细的例子。

【讨论】:

以上是关于从 Thirdviewcontroller 到 FirstViewcontroller的主要内容,如果未能解决你的问题,请参考以下文章

Xcode Swift 使用警报执行 segue

如何在视图控制器之间传递数据 - 不起作用

Tableview 行没有在 swift 中显示带有附加值的顺序

UITabBarController的基本原理及使用

Swift 初学者,出现错误 UIPicker

返回 swift 4 中的特定视图控制器