summaryrefslogtreecommitdiff
path: root/include/mbgl
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-05-16 21:36:24 -0700
committerMinh Nguyễn <mxn@1ec5.org>2015-05-16 21:36:24 -0700
commit27e5d18c42dbb17e63b334a092ad548e282e287c (patch)
treeb8b6d92e7fd6e798e7aa00b291d3719621dfc9f7 /include/mbgl
parentf16b353e43c487ae26b6c396104e5bfd70ab501c (diff)
parentb6a4ee06158275a6ec28b59699053def0b4c1881 (diff)
downloadqtlocation-mapboxgl-27e5d18c42dbb17e63b334a092ad548e282e287c.tar.gz
Merge pull request #1573 from mapbox/1ec5-designable-redux-1568
Restore IB designable support
Diffstat (limited to 'include/mbgl')
-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