summaryrefslogtreecommitdiff
path: root/platform/ios/app/MBXViewController.m
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2018-02-09 16:15:52 -0500
committerJulian Rex <julian.rex@mapbox.com>2018-02-09 16:34:49 -0500
commit7b14455f749db73ef70c58cc2307d2c619633ddf (patch)
tree9169f161ee510c5c9691862f60acb5a3ed9ff03b /platform/ios/app/MBXViewController.m
parent6259ef642a914071816ee07ae65c0a1c033836b1 (diff)
downloadqtlocation-mapboxgl-7b14455f749db73ef70c58cc2307d2c619633ddf.tar.gz
[ios] Renamed delegate methods' "for" to "with"
Diffstat (limited to 'platform/ios/app/MBXViewController.m')
-rw-r--r--platform/ios/app/MBXViewController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/app/MBXViewController.m b/platform/ios/app/MBXViewController.m
index dedf148123..904046ac15 100644
--- a/platform/ios/app/MBXViewController.m
+++ b/platform/ios/app/MBXViewController.m
@@ -1885,7 +1885,7 @@ typedef NS_ENUM(NSInteger, MBXSettingsMiscellaneousRows) {
[self updateHUD];
}
-- (void)mapView:(MGLMapView *)mapView regionDidChangeForReason:(MGLCameraChangeReason)reason animated:(BOOL)animated
+- (void)mapView:(MGLMapView *)mapView regionDidChangeWithReason:(MGLCameraChangeReason)reason animated:(BOOL)animated
{
[self updateHUD];
}