gpt4 book ai didi

ios - 为什么 self.navigationController pushViewController 不起作用?

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:21:11 25 4
gpt4 key购买 nike

我有一个

UIViewController-> UINavigationBar + UITableView

再解释一下

我通过 UIBuilder 做到了..

1: 使用 XIB 文件创建了一个新的 UIViewController
2: 使用 UIBuiler 我放了一个 UINavigationController
3: 然后我将 UITableView 放在 navigationBar 下面 所以它给了我..

A: UIViewController-> UINavigationBar + UITableView

现在我正在从工作正常的 Web 服务中将数据加载到 UITableView 中。

我再次使用 sam 配置创建了一个 xib

B: UIViewController-> UINavigationBar + UITableView

所以现在当我尝试使用下面的代码将 View B 推送到 View A 时......它根本无法工作......

SelectSiteViewController *siteViewController = [[SelectSiteViewController alloc] initWithNibName:@"SelectSiteViewController" bundle:nil];

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

当我检查 UINavigationController *nav = self.navigation

nav 是 0x0,我假设它是 NIL。

谁能告诉我这里出了什么问题..为什么它是零...我怎样才能让它工作..

非常感谢....如果有任何帮助,我将不胜感激

最佳答案

在 UIBuilder 中验证文件所有者是否引用了 UINavigationController。

关于ios - 为什么 self.navigationController pushViewController 不起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4221988/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com