带有拖拽功能的自定义 MKAnnotation掉落动画
我有一个带有自定义图像和拖放支持的注释。但我需要以与默认 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在这里找到了答案:子类化 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.