summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-05-16 15:34:31 -0700
committerMinh Nguyễn <mxn@1ec5.org>2015-05-16 15:34:31 -0700
commitb6a4ee06158275a6ec28b59699053def0b4c1881 (patch)
tree292d3e3175318d1df6d7aa823faa3809bf532a8a
parent9ceda19363848d18db3aaf3edcbbada7dc96dd05 (diff)
downloadqtlocation-mapboxgl-b6a4ee06158275a6ec28b59699053def0b4c1881.tar.gz
Revert "refs #1568: remove IBDesignable support for now"
This reverts commit 5a918cbb2c97271b3144fb8aace06f6fbdf30cb9. The designable works fine because of #1469. Fixes #1568.
-rw-r--r--include/mbgl/ios/MGLMapView.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mbgl/ios/MGLMapView.h b/include/mbgl/ios/MGLMapView.h
index e21c74390f..9d7b5c9019 100644
--- a/include/mbgl/ios/MGLMapView.h
+++ b/include/mbgl/ios/MGLMapView.h
@@ -13,6 +13,7 @@
* Use of MGLMapView requires a Mapbox API access token. Obtain an access token on the [Mapbox account page](https://www.mapbox.com/account/apps/). If you instantiate an MGLMapView from Interface Builder, rendering of the map won't begin until the accessToken property has been set.
*
* @warning Please note that you are responsible for getting permission to use the map data, and for ensuring your use adheres to the relevant terms of use. */
+IB_DESIGNABLE
@interface MGLMapView : UIView
#pragma mark - Initializing a Map View