DetailViewController.navigationController 始终为零

发布于 2024-11-17 17:28:48 字数 257 浏览 1 评论 0原文

使用 Xcode 4.x,我从 RootViewController 创建了一个适用于 iPad 的 SplitView 项目,

视图中显示 TableView:

我尝试通过执行以下操作在详细

这对我不起作用,经过调查,我发现detailViewController.navigationController始终为零,

我不知道为什么这是零,也不知道如何使其不为零。

感谢我能得到的任何帮助

,谢谢 多蒂

Using Xcode 4.x I created a SplitView project for iPad

From RootViewController I'm trying to display a TableView inside detailView by doing this:

[detailViewController.navigationController pushViewController:slc animated:YES];

This does not work for me and upon investigation I find that detailViewController.navigationController is always nil

I don't know why this is nil or how to go about making this not nil.

appreciate any help I can get

thanks
Dhoti

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

骄兵必败 2024-11-24 17:28:48

试试这个:

[self.navigationController pushViewController:slc animated:YES];

Try this:

[self.navigationController pushViewController:slc animated:YES];
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文