iphone - 仅具有核心动画的 FlipBoard
<p><p>我想通过只使用核心动画而不是 OpenGL 来做一个多 View (不是图像而是 uiview)的翻转板。我看到了很多翻转的例子,但它们只涉及图像翻转和图像层的捕获。喜欢这里:<a href="https://github.com/brow/leaves" rel="noreferrer noopener nofollow">https://github.com/brow/leaves</a>
有的可以帮帮我。</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>我找到了 <a href="https://github.com/Reefaq/FlipView" rel="noreferrer noopener nofollow">Github project called FlipView</a> .它包括您可能不需要的布局工具,但页面翻转是使用 <a href="https://github.com/Reefaq/FlipView/blob/master/Classes/AFKPageFlipper.h" rel="noreferrer noopener nofollow">AFKPageFlipper</a> 中的核心动画层实现的。类(class)。 </p>
<p>自己实现:</p>
<ol>
<li>将 View 的图层内容复制到图像。 (<code></code>)</li>
<li>将图像的右侧添加到新图层的<code>contents</code>。</li>
<li>将旋转 <code>CATransform3D</code> 变换添加到具有透视图的图层。见 <a href="http://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/CoreAnimation_guide/Articles/Layers.html#//apple_ref/doc/uid/TP40006082-SW14" rel="noreferrer noopener nofollow">Listing 2 in the Core Animation Guide for adding perspective</a> .</li>
</ol></p>
<p style="font-size: 20px;">关于iphone - 仅具有核心动画的 FlipBoard,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/4828265/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/4828265/
</a>
</p>
页:
[1]