Kaedah proksi penyasaran tanpa panggil balik - Limpahan Tindanan
阿神
阿神 2017-05-02 09:24:24
0
0
471

// Tentukan sama ada operasi penentududukan dibenarkan

if([CLLocationManager locationServicesEnabled]) {
    //定位初始化
    _locationManager=[[CLLocationManager alloc] init];
    _locationManager.delegate=self;
    _locationManager.desiredAccuracy=kCLLocationAccuracyBest;
    _locationManager.distanceFilter=10;
    if ([[UIDevice currentDevice].systemVersion intValue]>=8) {
        [_locationManager requestWhenInUseAuthorization];//使用程序其间允许访问位置数据(iOS8定位需要)
    }
    [_locationManager startUpdatingLocation];//开启定位
}else {
    //提示用户无法进行定位操作
    UIAlertView *alertView = [[UIAlertView alloc]initWithTitle:@"提示" message:@"定位失败,请确认开启定位..." delegate:nil cancelButtonTitle:@"取消" otherButtonTitles:@"确定", nil];
    [alertView show];
}

**

Kaedah panggil balik (iPhone4s, 5, kaedah ini tidak akan dipanggil balik, iPhone5s dan ke atas akan berjaya, sistem diuji dengan simulator ios9.2, xcode7.2) Tolong beri saya jawapan!!!!

**
-(void)locationManager:(CLLocationManager )manager didUpdateLocations:(NSArray )lokasi

阿神
阿神

闭关修行中......

membalas semua(0)
Muat turun terkini
Lagi>
kesan web
Kod sumber laman web
Bahan laman web
Templat hujung hadapan