在 Objective-C 中添加一个视图控制器作为另一个视图控制器的子级

发布于 2025-01-03 12:52:40 字数 161 浏览 0 评论 0原文

我需要知道如何在 Objective-C 中添加一个视图控制器作为另一个视图控制器的子级。 截至目前,我将视图控制器作为根视图控制器的模式呈现。但我现在想改变它。我有 2 个视图控制器,我将它们作为根视图控制器的模式呈现。但我怎样才能以不同的方式呈现它们呢?这种亲子观念如何运作?请给我一些参考。

I need to know how to add one view contoller as a child of another view controller in objective-c.
As of now I am presenting a view controller as a modal of the rootview controller. But I want to change it now. I have 2 view controllers which I am presenting as modals of root view controller. But how can I present them in a different way? How does this parent-children concept work? Please give me some references.

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

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

发布评论

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

评论(1

热情消退 2025-01-10 12:52:40

首先,您应该阅读以下内容:

视图控制器编程指南< /a>

滥用UIViewControllers

我相信,在它们两者之间,您应该能够学习大部分(如果不是全部)有关 UIViewControllers 和视图层次结构的知识。

To start with you should read the following:

View Controller Programming Guide

Abusing UIViewControllers

I believe that between the two of them you should be able to learn most, if not all, of what you need to learn about UIViewControllers and view hierarchys.

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