iPhone SDK 4 quot;Half curl page transitionquot;(iPhone SDK 4“半卷曲页面过渡)
问题描述
在史蒂夫·乔布斯今年早些时候发布的 iPhone SDK 4 主题演讲中,其中一张幻灯片显示半卷曲页面过渡"是新 SDK 的一部分.
In Steve Jobs' keynote announcement of the iPhone SDK 4 earlier this year, one of the slides showed that a "Half curl page transition" was part of the new SDK.
我查看了 iOS API 文档,但似乎找不到这种转换.有谁知道它在哪里?
I've looked through the iOS API docs and I can't seem to find this transition. Does anyone know where it is?
推荐答案
不是过渡,而是modalTransitionStyle
.您可以在此处查看文档:https://developer.apple.com/documentation/uikit/uiviewcontroller/1621388-modaltransitionstyle
It's not a transition, but a modalTransitionStyle
. You can check the docs here: https://developer.apple.com/documentation/uikit/uiviewcontroller/1621388-modaltransitionstyle
如果创建一个新的UIViewController
,将其modalTransitionStyle
设置为UIModalTransitionStylePartialCurl
,然后presentModalViewController:animated:
它,你会得到想要的半卷页"效果.
If you create a new UIViewController
, set its modalTransitionStyle
to UIModalTransitionStylePartialCurl
, and then presentModalViewController:animated:
it, you'll get the desired "half curl page" effect.
这篇关于iPhone SDK 4“半卷曲页面过渡"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:iPhone SDK 4“半卷曲页面过渡"


- GPS状态的广播接收器? 2022-01-01
- 在 Iphone SDK 的导航栏上添加多个按钮 2022-01-01
- 使用自动布局向 UIScrollView 添加动态大小的视图 2022-01-01
- Xcode 7.3 中带有 UILabel 的 UIStackView 2022-01-01
- UITextView 内容插图 2022-01-01
- 网上有没有好的 UIScrollView 教程? 2022-01-01
- 如何在 iPhone 模拟器中重置 NSUserDefaults 数据? 2022-01-01
- URL编码Swift iOS 2022-01-01
- SetOnItemSelectedListener上的微调程序错误 2022-01-01
- 类似于 Mail.app 的 iPad 模态视图控制器? 2022-01-01