gpt4 book ai didi

iphone - iOS 中的 LocationManager 在调用委托(delegate)之前重新分配

转载 作者:行者123 更新时间:2023-11-28 22:45:20 25 4
gpt4 key购买 nike

我正在使用 ARC 并调用 LocationManager 来获取纬度和经度,但是在调用委托(delegate)之前,内容正在被释放。以前有人遇到过这个问题吗?如果可能,我该如何解决这个问题?

谢谢。

最佳答案

定义一个属性来保存对位置管理器的引用:

@proerty (strong,nonatomic) CLLocationManager *locationManager;

然后在分配位置管理器时在 .m 文件中:

self.locationManager = [[CLLocationManager alloc] init];

关于iphone - iOS 中的 LocationManager 在调用委托(delegate)之前重新分配,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13349878/

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