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-01-25 14:35:07 -0800
commit9922073963ae52a627fea6d1972acbbc7daf38bb (patch)
treed03e12275853f834c6f38f9708db71898140b37c
parent6227d2853302170433bd44e802afb02ef1914499 (diff)
downloadqtlocation-mapboxgl-9922073963ae52a627fea6d1972acbbc7daf38bb.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 6e3380553d..99503bd50a 100644
--- a/platform/ios/src/MGLMapView.h
+++ b/platform/ios/src/MGLMapView.h
@@ -159,7 +159,7 @@ FOUNDATION_EXTERN MGL_EXPORT MGLExceptionName const MGLResourceNotFoundException
See the <a href="https://www.mapbox.com/ios-sdk/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