0

我的 iPhone 应用程序有一个初始屏幕,然后是主屏幕,然后是最终摘要屏幕。当用户在摘要屏幕上单击“重新开始”时,我想返回到开始屏幕。我怎样才能做到这一点?

我可以使用以下方法关闭此摘要屏幕:

[自我dismissModalViewControllerAnimated:是];

但是我如何回到那个初始屏幕呢?

谢谢,

-斯科特

4

1 回答 1

0

实现UiNavigationController并使用它的popToRootViewControllerAnimated:属性。

并正确研究 UiNavigationController 类参考以更好地理解它 - http://developer.apple.com/library/ios/#documentation/uikit/reference/UINavigationController_Class/Reference/Reference.html

于 2012-05-04T13:29:12.287 回答