带有拖拽功能的自定义 MKAnnotation掉落动画

发布于 2024-10-12 18:29:46 字数 154 浏览 1 评论 0原文

我有一个带有自定义图像和拖放支持的注释。但我需要以与默认 Google pin 动画相同的方式对注释进行动画处理。这意味着当我拖动注释时,注释应该“跳起”;当我释放注释时,注释应该“落下”。

让我感到非常惊讶的是,当我更改注释的图像时,该动画不再起作用。

谢谢。

I have an annotation with custom image and drag'n'drop support. But I need to animate the annotation the same way default Google pin is animated. That means the annotation should "jump up" when I drag it and "fall down" when I release it.

I was quite surprised that this animation isn't working anymore when I change annotation's image.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

放赐 2024-10-19 18:29:46

我在这里找到了答案:子类化 MKAnnotationView 并覆盖 setDragState。我之前在尝试寻找答案时使用了错误的关键字。

I have found the answer here: Subclassing MKAnnotationView and overriding setDragState. I used bad keywords when I was trying to find the answer before.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文