gpt4 book ai didi

ios - 每当 clocationmanager 更新位置时执行的函数

转载 作者:行者123 更新时间:2023-11-29 01:57:50 24 4
gpt4 key购买 nike

我的 CllocationManagerDelegate 中有一个函数,我需要在我的 CllocationManager 尽快更新位置后执行该函数,但绝对不是之前。有什么方法可以在 CllocationManager 更新位置后立即执行代码块吗?

最佳答案

我会在协议(protocol)方法 didUpdateLocations 中调用您的方法。

像这样:

func locationManager(manager: CLLocationManager!, didUpdateLocations locations: [AnyObject]!) {

// update any CLLocation values
// And then call the method with the code that you need to execute ASAP
self.yourMethod()
}

希望这对您有所帮助!

关于ios - 每当 clocationmanager 更新位置时执行的函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30656400/

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