I use startUpdatingLocation() to get location information from the deligate, but I want to get it every second, but I can only get it once every 10 seconds.
Can't it be removed in the first place?
If so, why can't I get it?
It doesn't matter if it's not every second, so can I get it even once every few seconds?
If you set the CLLocationManager's desiredAccuracy to kCLLocationAccuracyBestForNavigation, you should be able to retrieve location information almost every second.
© 2025 OneMinuteCode. All rights reserved.