带有动画IN SWIFT 2.0的MapView拖放注释引脚

时间:2016-05-03 09:21:54

标签: swift animation annotations mkmapview mkannotationview

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

我已获得以下代码:

//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

1 个答案:

答案 0 :(得分:0)

检查你的地图是否出来让连接适合并检查代表。如果一切都很完美,那么应该调用你的注释方法。检查这个条件一次。如果没有尝试以下链接

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