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.
对于 UIViewController,我们有UIModalTransitionStyle和UIModalPresentationStyle
问题是它们有什么区别?
UIModalTransitionStyle 用于指定模态表单如何转换到视图中。例如,它可以垂直进入、水平翻转或部分卷曲。
UIModalPresentationStyle 用于指定您是否希望模态表单是全屏的(基本上是 iPhone 使用的)或其他方式(因此仅对 iPad 有意义)作为页面表(全高,宽度是纵向模式屏幕宽度的大小) ,表单(部分宽度和部分高度)或当前上下文(即父容器使用的内容)。