iOS - 带图层的 UIScrollVIew
有人有使用 UIScrollView 的示例,其中包含正在播放 CAKeyFrameAnimation 或类似内容的图层吗?
我在那里播放动画,但它似乎无法识别捏缩放,我遵循了 UIImages 指南,但缩放功能指定了要放大的 UIView,我想放大图层。
提前致谢。
Does someone have an example of using a UIScrollView that contains a layer that is playing a CAKeyFrameAnimation or some thing close?
I have the animation playing in there but it doesn't seem to recognize the pinch zoom, I followed a guide for UIImages but the zoom function is specifying a UIView to zoom in on and I would like to zoom in on the layer.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是我在 UIImages 中找到的另一个指南...我认为很容易从那里弄清楚。
http://www.austinbull.com/tutorials/tutorial3.zip
Here is another guide I found with UIImages... Easy enough to figure out from there I think.
http://www.austinbull.com/tutorials/tutorial3.zip