cutting-room-floor / mapbox-gl-cocoa

OBSOLETE
74 stars 12 forks source link

Content insets #79

Closed maciekish closed 9 years ago

maciekish commented 9 years ago

Is proper support for content-insets planned? The map view should be able to be placed so that it fills the entire screen, below transparent nav-, tool- and status bars, but the compass rose and center coordinate etc should be calculated from what is actually visible and not behind a bar. The current MapBox for iOS has issues with this.

incanus commented 9 years ago

@maciekish Check out -[MGLMapView viewControllerForLayoutGuides:], which takes care of this.