DetailViewController.navigationController 始终为零
使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:
Try this: