summaryrefslogtreecommitdiff
path: root/test/ios/MGLTViewController.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/ios/MGLTViewController.m')
-rw-r--r--test/ios/MGLTViewController.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/ios/MGLTViewController.m b/test/ios/MGLTViewController.m
index bdce2202d7..e3357616f8 100644
--- a/test/ios/MGLTViewController.m
+++ b/test/ios/MGLTViewController.m
@@ -10,8 +10,7 @@
{
[super viewDidLoad];
- _mapView = [[MGLMapView alloc] initWithFrame:self.view.bounds
- accessToken:@"pk.eyJ1IjoianVzdGluIiwiYSI6Ik9RX3RRQzAifQ.dmOg_BAp1ywuDZMM7YsXRg"];
+ _mapView = [[MGLMapView alloc] initWithFrame:self.view.bounds];
_mapView.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;
[self.view addSubview:_mapView];