summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-05-12 10:16:46 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-05-12 18:45:11 -0700
commitf140733414ac60aa8a593f880907eefe9465fadc (patch)
tree7508fdbbf34f2afabfae0ee046bbddba62c7be2c /ios
parent0a1e89a9ca821963bbf03e70021ffd0342c16de6 (diff)
downloadqtlocation-mapboxgl-f140733414ac60aa8a593f880907eefe9465fadc.tar.gz
Merge pull request #1528 from mapbox/1516-getter
Adding Getter Method
Diffstat (limited to 'ios')
-rw-r--r--ios/app/MBXAppDelegate.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/app/MBXAppDelegate.m b/ios/app/MBXAppDelegate.m
index d4af1f59df..ce699ce694 100644
--- a/ios/app/MBXAppDelegate.m
+++ b/ios/app/MBXAppDelegate.m
@@ -22,7 +22,7 @@
if ( ! accessToken) NSLog(@"No access token set. Mapbox vector tiles won't work.");
// Signal To SDK That Opt Out Is In App UI
-// [MGLAccountManager setShowsOptOutInApp:YES];
+// [MGLAccountManager setMapboxMetricsEnabledSettingShownInApp:YES];
// Start Mapbox GL SDK
[MGLAccountManager setAccessToken:accessToken];