iOS5 - Storyboard / Segues - 在UINavigationController中返回/跳转到之前的UIViewController

时间:2012-02-21 20:07:12

标签: iphone uiviewcontroller uinavigationcontroller storyboard segue

我正在使用Storyboard开发iOS5 iPhone项目。我正在使用基于UINavigationController的应用程序并推送一些UIViewControllers。我想知道什么是向前一个UIViewController跳回超过1个后退级别的最佳方法。这里有更详细的解释:

(All is managed with a UINavigationController)
RootController is ViewController1
I push ViewController2
From ViewController2, I push ViewController3
I want to come back to UIViewController1 from a UIButton in UIViewController 3

有关最佳方法的任何建议吗?

非常感谢

解决了!使用Delegate模式设计并切换到UIViewController1。

0 个答案:

没有答案