summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-04-27 22:28:06 -0700
committerMinh Nguyễn <mxn@1ec5.org>2015-04-27 22:28:06 -0700
commit67fdfbadb3382e895d2d0bb622520fc481ae2ee8 (patch)
tree2ecc128d913c6c9c263b6e981b25fa8888a491cb /include
parentf6ad59c33a3d1a42d9e18b927166546ac4ef3bb0 (diff)
parent5ffa52cab5556639a327471e1927787af6a18231 (diff)
downloadqtlocation-mapboxgl-67fdfbadb3382e895d2d0bb622520fc481ae2ee8.tar.gz
Merge pull request #1357 from mapbox/1ec5-view-controller
Automatically find view controller for layout guides
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/ios/MGLMapView.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/mbgl/ios/MGLMapView.h b/include/mbgl/ios/MGLMapView.h
index 8717b5e8a1..88d75088bf 100644
--- a/include/mbgl/ios/MGLMapView.h
+++ b/include/mbgl/ios/MGLMapView.h
@@ -46,11 +46,6 @@ IB_DESIGNABLE
/** @name Managing Constraints */
-/** A view controller whose top and bottom layout guides to use for proper setup of constraints in the map view internals.
-*
-* Certain components of the map view, such as the heading compass and the data attribution button, need to be aware of the view controller layout in order to avoid positioning content under a top navigation bar or a bottom toolbar. */
-@property (nonatomic, weak) IBOutlet UIViewController *viewControllerForLayoutGuides;
-
#pragma mark - Accessing Map Properties
/** @name Accessing Map Properties */