ios-sdk-examples icon indicating copy to clipboard operation
ios-sdk-examples copied to clipboard

Live example code for the Mapbox iOS SDK

Mapbox iOS SDK Examples

bitrisecodecov

A live Xcode project/app that provides public examples for the Mapbox Maps SDK for iOS.

How to receive help

We are not able to answer support questions in this repository — it is intended to show examples of what is possible with the Mapbox Maps SDK for iOS. If you have questions about how to use the Mapbox Maps SDK for iOS, please see our excellent documentation or ask the community at Stack Overflow.

Other helpful links

Getting started

  1. Run bundle install to install build/packaging dependencies.
  2. Follow the instructions for installing the Maps SDK via CocoaPods in the installation guide.
  3. Run bundle exec pod install to download and integrate dependencies using CocoaPods.
  4. Create the mapbox_access_token file in the base directory and insert your Mapbox access token.
  5. Open Examples.xcworkspace.

Adding a new example

See the instructions in Examples.h for how to add new examples.