UIScrollView 内容沿着路径跟踪 CAKeyFrameAnimation

发布于 2024-10-20 10:09:23 字数 268 浏览 0 评论 0原文

在我的应用程序中,我有一个全屏 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文