系统弹出请求定位权限弹框后还没点击立马就消失了,想了半天没有想到为什么。
只能求助度娘

image.png
好像说的不错,然后去看看自己的代码,发现是全局的。有迷茫了,
最后又认真研究了自己的代码,果然是自己的问题
- (void)rightButtonClick{
[self locationAdd];
}
- (void)locationAdd{
ZZXCLLocationAdd *cllocationAdd = [[ZZXCLLocationAdd alloc] init];
[cllocationAdd startUpdateLocation];
}//ZZXCLLocationAdd到这就没了