summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2015-03-12 17:17:08 -0500
committerBrad Leege <bleege@gmail.com>2015-03-12 17:17:08 -0500
commitd659517e7f341a4b52c2dfb748a999b4bf001d58 (patch)
tree87d7b84a8d168692239aa5014ceff4a5c3ac4b39 /platform
parenta4e0732a78692ef83a1cf6351d935b887097a107 (diff)
downloadqtlocation-mapboxgl-d659517e7f341a4b52c2dfb748a999b4bf001d58.tar.gz
#990 - Changing to clear color instead of 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 69c7f3a6ea..c97bb09610 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 blackColor]];
+ [self setBackgroundColor:[UIColor clearColor]];
// load extensions
//