gpt4 book ai didi

iphone - iPhone 中的页面 curl

转载 作者:行者123 更新时间:2023-12-01 17:45:39 24 4
gpt4 key购买 nike

我正在开发一个像漫画书一样的应用程序。我在数组中获取数据(如图像和文本)。我想添加页面 curl 动画来显示不同角色的图像和一些文字。我已经浏览了“叶子”示例,但它仅适用于 PDF 和图像(据我所知)。如何在我的应用程序中实现页面 curl 动画?

问候

最佳答案

你也可以通过这种方式做到这一点。

    [UIView beginAnimations:nil context:NULL];
[UIView setAnimationDuration:1];
[UIView setAnimationTransition:UIViewAnimationTransitionCurlUp forView:self.view cache:YES];
[UIView commitAnimations];


[UIView beginAnimations:nil context:NULL];
[UIView setAnimationDuration:1];
[UIView setAnimationTransition:UIViewAnimationTransitionCurlUp forView:self.view cache:YES];
[UIView commitAnimations];

关于iphone - iPhone 中的页面 curl ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6896267/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com