Mapbox Maps SDK for iOS
The Mapbox Maps SDK for iOS is an open-source framework for embedding interactive map views with scalable, customizable vector maps into Cocoa Touch applications on iOS 9.0 and above using Objective-C, Swift, or Interface Builder. It takes stylesheets that conform to the Mapbox Style Specification, applies them to vector tiles that conform to the Mapbox Vector Tile Specification, and renders them using OpenGL.

For setup information, check out the Mapbox Maps SDK for iOS homepage. For detailed usage instructions, read “First steps with the Mapbox Maps SDK for iOS” and consult the online examples.
If you have any questions, please see our help page. We welcome your bug reports, feature requests, and contributions.
Changes in version 4.9.0-alpha.2
- Fixed a bug where setting
MGLMapView.userTrackingModetoMGLUserTrackingModeFollowWithHeadingorMGLUserTrackingModeFollowWithCoursewould be ignored if the user’s location was not already available. (#13849) - Improved tilt gesture performance. (#13902)
- Fixed a bug where
layoutSubviewswas always called on device rotation, regardless of the application’s or top-most view controller’s supported orientations. (#13900) - Added
MGLNetworkConfigurationclass to customize the SDK’sNSURLSessionConfigurationobject. (#11447)
Recent changes
See the full changelog for previous releases.
Install in Dash
Mapbox Reference