summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Guerra <fabian.guerra@mapbox.com>2019-01-25 13:44:04 -0800
committerFabian Guerra <fabian.guerra@mapbox.com>2019-04-09 13:54:54 -0700
commite96d6a01444c2799802a7c1224c0ad22b0274e57 (patch)
treec67225b670acc78a67f2731c63b187e0d0fbde38
parent2ee342448bc6679ef6735ea0deb23f21dcf7c78b (diff)
downloadqtlocation-mapboxgl-e96d6a01444c2799802a7c1224c0ad22b0274e57.tar.gz
[ios] Deactivate MGLMapView IBDesignable.
Removed the MGLMapView's IBDesignable attribute. The map's view render attributes uses GL, making changes through the inspectables were not reflected in the storyboard and were causing IB crashes.
-rw-r--r--platform/ios/src/MGLMapView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/src/MGLMapView.h b/platform/ios/src/MGLMapView.h
index 589b7b547b..607a197840 100644
--- a/platform/ios/src/MGLMapView.h
+++ b/platform/ios/src/MGLMapView.h
@@ -179,7 +179,7 @@ FOUNDATION_EXTERN MGL_EXPORT MGLExceptionName const MGLResourceNotFoundException
See the <a href="https://docs.mapbox.com/ios/maps/examples/simple-map-view/">
Simple map view</a> example to learn how to initialize a basic `MGLMapView`.
*/
-MGL_EXPORT IB_DESIGNABLE
+MGL_EXPORT
@interface MGLMapView : UIView
#pragma mark Creating Instances