gpt4 book ai didi

swift - MapView 在 SWIFT 2.0 中放置带动画的注释图钉

转载 作者:行者123 更新时间:2023-11-30 13:27:23 25 4
gpt4 key购买 nike

我需要在代码中添加注释动画。

我有以下代码:

//Add an annotation
let touchPoint = gestureRecognizer.locationInView(mapView)
let newCoordinates = mapView.convertPoint(touchPoint, toCoordinateFromView: mapView)
pinLocation = newCoordinates
let annotation = MKPointAnnotation()
annotation.coordinate = newCoordinates
mapView.addAnnotation(annotation)

问题在于,引脚只是出现了。我需要它在下降时有动画效果。

如何在 swift 中完成?(我需要强调这一点,因为有类似问题的人被标记为重复,但重复的建议是用 Objective-c 编写的)

为此,我需要 swift!

最佳答案

检查您的 map 是否已连接好,并检查代表。如果一切都很完美,那么应该调用您的注释方法。检查一次此情况。如果没有尝试以下链接

https://www.raywenderlich.com/90971/introduction-mapkit-swift-tutorial

关于swift - MapView 在 SWIFT 2.0 中放置带动画的注释图钉,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37000279/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com