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.
对不起,我有一个问题。我不知道可以在图像中看到的中心窗口是什么类型的窗口。
可以帮我?
谢谢你的帮助!!
这只是一个带有表单样式的常规模态 UIView。
UIViewController 类有一个 modalPresentationStyle 属性,该属性确定视图控制器在模态显示时的外观。此属性的不同选项允许您显示视图控制器,以便它像以前一样填充整个屏幕,或者只填充屏幕的一部分。
不同的样式是 UIModalPresentationFullScreen、UIModalPresentationPageSheet 和 UIModalPresentationFormSheet。