iPhone SDK 4"半卷页面过渡"

ind*_*gie 19 iphone cocoa-touch uiviewanimationtransition ios4

在史蒂夫乔布斯今年早些时候发布iPhone SDK 4的主题演讲中,其中一张幻灯片显示"半卷曲页面过渡"是新SDK的一部分:

alt text http://cl.ly/c203189b44788d490ae8/content

我查看了iOS API文档,似乎无法找到这种转换.有谁知道它在哪里?

pgb*_*pgb 19

这不是过渡,而是一个过渡modalTransitionStyle.您可以在此处查看文档:http://developer.apple.com/iphone/library/documentation/uikit/reference/UIViewController_Class/Reference/Reference.html#//apple_ref/occ/instp/UIViewController/modalTransitionStyle

如果您创建一个新的UIViewController,将其设置modalTransitionStyleUIModalTransitionStylePartialCurl,然后presentModalViewController:animated:它,您将获得所需的"半卷曲页面"效果.


Joo*_*uur 6

你在谈论iBook风格的页面转动动画吗?这里有一篇关于它的博客文章,其中包含2个GitHub项目的链接:

http://oleb.net/blog/2010/06/app-store-safe-page-curl-animations/