UIScrollView 内容沿着路径跟踪 CAKeyFrameAnimation
在我的应用程序中,我有一个全屏 UIScrollView,其中内容是一个 UIImageView,其中包含大约 2000px 平方的地图图像(即大于 UIScrollView)。
目前,我在地图上绘制了一条路径,并使用 CAKeyFrameAnimation 沿该路径对“信标”图像进行动画处理,效果非常好。
我希望能够做的是使 UIScrollView 内容随着动画移动,从而将信标图像保持在屏幕中心(给用户留下沿着路径跟踪的印象)。
关于我如何实现这一目标有什么建议吗?
In my App I have a full-screen UIScrollView where the content is a UIImageView containing a map image which is about 2000px square (i.e. larger than the UIScrollView).
Currently, I plot a path across the map and animate a "beacon" image along it using a CAKeyFrameAnimation, which works great.
What I would like to be able to do is to make the UIScrollView content move with the animation in such a way as to keep the beacon image in the centre of the screen (giving the user the impression of tracking along the path).
Any suggestions on how I might achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论