MKAnnotations 的自定义引脚掉落动画
有谁知道如何获得“连续”掉落效果?我使用了这个答案代码 但这会同时为所有注释添加动画效果。这些图钉不会像 MKPinAnnotation 项目使用的标准放置动画那样一次放置一个。
我还尝试添加对 [UIView setAnimationDelay:offset] 的调用,但这只会延迟整个块动画。
任何对此的想法将不胜感激。
Does anyone knows how to get that "sequential" drop effect? I used this answer's code
but that animates ALL annotations at once. The pins don't drop one at a time like the standard drop animation used with MKPinAnnotation items.
I also tried to add a call to [UIView setAnimationDelay:offset]
but that just delays the entire block animation.
Any thoughts on this will be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能会帮助你开始
this may help you get started