gpt4 book ai didi

ios - 如何在Swift中放慢MapView动画的速度?

转载 作者:行者123 更新时间:2023-12-01 19:33:46 25 4
gpt4 key购买 nike

我有一条Swift线,将 map 的中心设置为被点击的注释。

mapView.setCenter(annotation.coordinate, animated: true)

但是,此动画太 快速。有办法减慢速度吗?

最佳答案

此时,您无需调用 setCenter(_:animated:) 。您可以做的是直接在centerCoordinate动画函数中为 UIView 设置一个值:

// set your needed time per second, the current is 3.0 seconds
UIView.animate(withDuration: 3.0) {
self.mapView.centerCoordinate = annotation.coordinate
}

关于ios - 如何在Swift中放慢MapView动画的速度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60980064/

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