summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2017-09-10 11:37:30 -0700
committerMinh Nguyễn <mxn@1ec5.org>2017-11-02 15:19:53 -0700
commit21dd42a15b2907cf8ec63c180507a8563689a546 (patch)
tree8d863f9514790c76f7ad75c41a0937aa2ce4e806
parent6dd13241c3d77d5fe792b382fdbc064ac83aa9d9 (diff)
downloadqtlocation-mapboxgl-21dd42a15b2907cf8ec63c180507a8563689a546.tar.gz
[ios] Post layout change notification when fully rendered
Post a layout change notification when fully finishing a map render.
-rw-r--r--platform/ios/src/MGLMapView.mm2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/ios/src/MGLMapView.mm b/platform/ios/src/MGLMapView.mm
index 5018a18b3a..efe538aebc 100644
--- a/platform/ios/src/MGLMapView.mm
+++ b/platform/ios/src/MGLMapView.mm
@@ -5325,6 +5325,8 @@ public:
if (!_mbglMap) {
return;
}
+
+ UIAccessibilityPostNotification(UIAccessibilityLayoutChangedNotification, nil);
if ([self.delegate respondsToSelector:@selector(mapViewDidFinishRenderingMap:fullyRendered:)])
{