标签: ios location
我正在做计步器应用程序并使用CLLocationManager来更新用户的位置。但代表的方法" - (void)locationManager:(CLLocationManager *)manager didUpdateLocations:(NSArray *)locations"更新率约为每秒1次。我想知道某些代码是否可以将更新速率提高到每秒1次以上。我将非常感激。