一个 UIWindow 中有两个子 UIWindow?

发布于 2024-09-16 14:28:33 字数 145 浏览 7 评论 0原文

当我们创建iphone项目时,会自动创建一个UIWindow。在该UIwindow中,UIViewcontroller的视图添加到该窗口上。但我想创建一个父UIWindow 我必须在其中添加两个子窗口。在该子窗口中,我照常添加 UIview 控制器...可能吗?有什么帮助吗?

when we create iphone project, one UIWindow is created automatically.In that UIwindow UIViewcontroller's view is added on that window.but i want to create one parent UIWindow
on which i have to add two sub window .In that sub windows i have add UIview controllers as normal...is it possible? any help please?

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

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

发布评论

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

评论(1

—━☆沉默づ 2024-09-23 14:28:33

您应该能够将任意数量的 UIView 添加到您的 UIWindow 中,但不能添加 UIWindow

You should be able to add any number of UIViews to your UIWindow, but not UIWindows.

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