Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当应用程序第一次请求CLLocationManager位置时,会alertView弹出一个请求用户允许/拒绝位置跟踪的窗口。当用户选择 OK 时如何调用选择器?
CLLocationManager
alertView
当用户更改状态时,使用CLLocationManager委托方法locationManager:didChangeAuthorizationStatus:得到通知。
locationManager:didChangeAuthorizationStatus: