summaryrefslogtreecommitdiff
path: root/platform/ios/test/MGLTViewController.m
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/test/MGLTViewController.m')
-rw-r--r--platform/ios/test/MGLTViewController.m5
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/ios/test/MGLTViewController.m b/platform/ios/test/MGLTViewController.m
index 09c60bf614..451dea9292 100644
--- a/platform/ios/test/MGLTViewController.m
+++ b/platform/ios/test/MGLTViewController.m
@@ -21,6 +21,11 @@
_mapView.frame = CGRectInset(_mapView.frame, 50, 50);
}
+- (void)tinyMapView
+{
+ _mapView.frame = CGRectMake(20, self.topLayoutGuide.length, self.view.frame.size.width / 2, self.view.frame.size.height / 2);
+}
+
- (void)resetMapView
{
_mapView.frame = self.view.bounds;