2011-12-07 53 views

回答

1

是的,這是可能的。您請求使用CLLocationManager實例使用用戶位置的權限(使用[locationManager startUpdatingLocation])。您需要設置您的CLLocationManager的代表並使其符合CLLocationManagerDelegate protocol。具體來說,你想在你的代表上使用這種方法:

- (void)locationManager:(CLLocationManager *)manager didChangeAuthorizationStatus:(CLAuthorizationStatus)status 
+0

完美!謝謝! – user1080937