UIModalTransitionStyle 和 UIModalPresentationStyle 有什么区别?

发布于 2024-10-21 13:29:54 字数 526 浏览 1 评论 0 原文

对于 UIViewController,我们有 UIModalTransitionStyleUIModalPresentationStyle

问题是它们有什么区别?

For UIViewController, we have UIModalTransitionStyle and UIModalPresentationStyle

Question is what is the difference of them ?

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

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

发布评论

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

评论(1

优雅的叶子 2024-10-28 13:29:54

UIModalTransitionStyle 用于指定模态表单如何转换到视图中。例如,它可以垂直进入、水平翻转或部分卷曲。

UIModalPresentationStyle 用于指定是否希望模态表单为全屏(基本上是 iPhone 使用的)或以其他方式(因此仅对 iPad 有意义)作为页面(全高,宽度是纵向模式屏幕宽度的大小) 、表单(部分宽度和部分高度)或当前上下文(即父容器使用的上下文)。

UIModalTransitionStyle is used to specify how the modal form transitions into view. For example, it can come in vertically, flip horizontal, or do a partial curl.

UIModalPresentationStyle is used to specified whether you want the modal form to be full screen (basically what iPhone uses) or otherwise (therefore only makes sense for iPad) as a page sheet (full height, width is the size of the portrait mode screen width), a form sheet (partial width and partial height) or current context (i.e. what the parent container uses).

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