为什么不在UIViewController子类中分配UIWindow对象呢?

发布于 2024-09-17 12:38:51 字数 115 浏览 6 评论 0原文

假设应用程序仅使用单一用途的视图控制器。将所需的 UIWindow 对象分配为视图控制器子类的成员是否有本质上的坏处?

编程指南没有提供任何以这种方式构建的示例,尽管它们似乎也没有强调这是否真正允许。

Suppose the application will only use a single-purpose view controller. Is there anything inherently bad with allocating the required UIWindow object as a member of the view controller subclass?

The programming guide does not provide any examples built this way, although they also don't seem to emphasize whether that's truly allowed or not.

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

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

发布评论

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

评论(1

め可乐爱微笑 2024-09-24 12:38:51

我问了同样的问题并找到了你的问题。环顾四周后,我发现回归基础是正确的做法,所以

http://developer.apple.com/library/ios/#documentation/WindowsViews/Conceptual/ViewPG_iPhoneOS/Introduction/Introduction.html

I was asking the same question and found yours. After a look around, I found that going back to basics was the correct thing to do, so

http://developer.apple.com/library/ios/#documentation/WindowsViews/Conceptual/ViewPG_iPhoneOS/Introduction/Introduction.html

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