Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我们创建 iphone 项目时,会自动创建一个 UIWindow。在该窗口中添加 UIwindow UIViewcontroller 的视图。但是我想创建一个父 UIWindow,我必须在其上添加两个子窗口。在该子窗口中,我添加了 UIview 控制器像往常一样……有可能吗?请问有什么帮助吗?
您应该能够将任意数量的UIViews 添加到您的 s 中UIWindow,但不能添加UIWindows。
UIView
UIWindow