使用modalViewControllers切换视图

时间:2011-08-01 20:20:43

标签: iphone xcode

我正在创建一个使用大量视图的应用。要在它们之间导航,我正在使用这两行代码:

[self presentModalViewController:nameOfView animated:YES];    
[self.parentViewController dismissModalViewControllerAnimated:YES];

分散在我的代码的各个部分。这很好用。但是,我无法从使用presentModalController代码打开的视图中打开视图。例如,如果我有一个打开表视图的主视图,我无法从didSelectRowAtIndex方法打开详细视图。 (SIGABRT)

HELP !!

1 个答案:

答案 0 :(得分:0)

您想要使用UINavigationController。阅读文档。还有很多关于此的教程