Moh*_*ala 10
curl动画的代码如下:
[UIView beginAnimations:nil context:NULL];
[UIView setAnimationDuration:1.0];
[UIView setAnimationTransition:UIViewAnimationTransitionCurlUp forView:self.view cache:YES];
[oldView removeFromSuperview];
[UIView commitAnimations];
Run Code Online (Sandbox Code Playgroud)
请享用....
也许有点晚了,但我目前正在使用一个名为“leaves”的框架,它有不同的分叉,甚至支持缩放或两页视图。我什至想办法让我的应用程序稍微快一点,并用更少的内存运行。在 GitHub 上查看: https: //github.com/brow/leaves
| 归档时间: |
|
| 查看次数: |
11968 次 |
| 最近记录: |