在 RootViewController 中单击按钮更改 DetailViewController

Posted

技术标签:

【中文标题】在 RootViewController 中单击按钮更改 DetailViewController【英文标题】:Changing DetailViewController on button click in RootViewController 【发布时间】:2011-11-16 01:12:34 【问题描述】:

我们如何通过单击RootViewController 中的按钮来加载DetailViewController 和其他UIViewController

我整天都在尝试这个,但无法得到解决方案。厌倦了一次又一次地谷歌搜索相同的东西。请帮帮我。

【问题讨论】:

【参考方案1】:

这取决于您的详细信息视图控制器在哪里定义。

如果在单独的 nid 中: 用 [[NSBundle mainBundle] loadNibNamed:@"" owner:self options:nil];

加载它

其他代码创建它(或通过 IBOutlet 获取)

然后使用modalViewController(-presentModalViewController:animated:)显示它

希望对你有帮助。

【讨论】:

以上是关于在 RootViewController 中单击按钮更改 DetailViewController的主要内容,如果未能解决你的问题,请参考以下文章

当用户按下主页按钮但在应用程序进入后台之前,如何从应用程序窗口的 rootViewController 呈现 viewController? [复制]

如何在不使用 UINavigationController 的情况下以编程方式进入 rootViewController

解雇 RootViewController?

在 applicaitonWillEnterForeground 中更改 rootViewController

在 UISplitViewController 中覆盖 RootViewController.xib

无法在 Xamarin iOS 中获取 RootViewController