From 9922073963ae52a627fea6d1972acbbc7daf38bb Mon Sep 17 00:00:00 2001 From: Fabian Guerra Date: Fri, 25 Jan 2019 13:44:04 -0800 Subject: [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. --- platform/ios/src/MGLMapView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 Simple map view example to learn how to initialize a basic `MGLMapView`. */ -MGL_EXPORT IB_DESIGNABLE +MGL_EXPORT @interface MGLMapView : UIView #pragma mark Creating Instances -- cgit v1.2.1