summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2015-03-12 17:15:28 -0500
committerBrad Leege <bleege@gmail.com>2015-03-12 17:15:28 -0500
commita4e0732a78692ef83a1cf6351d935b887097a107 (patch)
tree6619cceb35425da4e5fa109f43dd635e0a3ad76c /platform
parent2b6afe6a549284a862d0231653d2183d57a5b496 (diff)
downloadqtlocation-mapboxgl-a4e0732a78692ef83a1cf6351d935b887097a107.tar.gz
#990 - Changing background color from white to black
Diffstat (limited to 'platform')
-rw-r--r--platform/ios/MGLMapView.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/MGLMapView.mm b/platform/ios/MGLMapView.mm
index 57760717d9..69c7f3a6ea 100644
--- a/platform/ios/MGLMapView.mm
+++ b/platform/ios/MGLMapView.mm
@@ -211,7 +211,7 @@ mbgl::DefaultFileSource *mbglFileSource = nullptr;
[self addSubview:_glView];
_glView.contentMode = UIViewContentModeCenter;
- [self setBackgroundColor:[UIColor whiteColor]];
+ [self setBackgroundColor:[UIColor blackColor]];
// load extensions
//