如何使用 CALayer 实现这个 iOS 7 折纸动画。
提前致谢。
Best Answer-推荐答案 strong>
如果你不想达到这样的效果,你应该开始学习 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/
|