我使用iPhone SDK 4.0.I已經使用下面的代碼採取現在的位置,但它的委託方法是不是叫自動...我的代碼如下:爲什麼在iOS4.0中不調用委託CurrentLotion的方法(CLLocationManager)?
在.hfile
我有進口
CoreLocation/CoreLocation.h
也委派
CLLocationManagerDelegate
CLLocationManager * locationManager;
在.mfilelocationManager = [[CLLocationManager alloc] init];
locationManager.delegate = self;
locationManager.distanceFilter = kCLDistanceFilterNone; // whenever we move
locationManager.desiredAccuracy = kCLLocationAccuracyHundredMeters; // 100 m
[locationManager startUpdatingLocation];
,但我不明白的是,當前的位置......我的委託方法是不叫:
- (無效)的LocationManager (CLLocationManager *)經理 didUpdateToLocation:(CLLocation *)newLocation fromLocation:(CLLocation *)oldLocation {
嘗試安裝到iphone上,因爲代碼看起來沒問題。 – mrugen 2011-06-22 05:58:24