使用 Interface Builder 将 UINavigationController 添加到 UIViewController

发布于 2024-11-19 09:10:19 字数 470 浏览 2 评论 0原文

因为我的问题对所有读者来说都很简单,但这让我很生气,因为我到目前为止从未使用过界面生成器。通过编码我能够实现它,但通过使用 IB 我却不能。
这是我的链接方式。

在此处输入图像描述

在此处输入图像描述

这些是我展示视图控制器的方式

JBRSettingsRootViewController *settingController = [[JBRSettingsRootViewController alloc]init];

[self presentModalViewController:settingController animated:NO];

[settingController release];

As my question looks simple to all the readers but it's making me mad because I have never used Interface builder till now. Through coding I am able to achieve it but by using IB i am not.
Here is how i linked.

enter image description here

enter image description here

These how I am showing the viewcontroller

JBRSettingsRootViewController *settingController = [[JBRSettingsRootViewController alloc]init];

[self presentModalViewController:settingController animated:NO];

[settingController release];

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文