OGeek|极客世界-中国程序员成长平台

标题: ios - 在 iOS 中使用 Core 动画打开纸张动画 [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-13 11:08
标题: ios - 在 iOS 中使用 Core 动画打开纸张动画

enter image description here

如何使用 CALayer 实现这个 iOS 7 折纸动画。 提前致谢。



Best Answer-推荐答案


如果你不想达到这样的效果,你应该开始学习 CALayer,特别是这个子类 CATransformLayer 和它的属性 -sublayerTransform.

CATransformLayer objects are used to create true 3D layer hierarchies, rather than the flattened hierarchy rendering model used by other CALayer classes.

Unlike normal layers, transform layers do not flatten their sublayers into the plane at Z=0.


这是一个很好的起点Create a fold animation .

关于ios - 在 iOS 中使用 Core 动画打开纸张动画,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31241875/






欢迎光临 OGeek|极客世界-中国程序员成长平台 (http://sqlite.in/) Powered by Discuz! X3.4