A live Xcode project/app that provides public examples for the Mapbox Maps SDK for iOS.
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.
- Run
bundle install
to install build/packaging dependencies. - Follow the instructions for installing the Maps SDK via CocoaPods in the installation guide.
- Run
bundle exec pod install
to download and integrate dependencies using CocoaPods. - Create the
mapbox_access_token
file in the base directory and insert your Mapbox access token. - Open
Examples.xcworkspace
.
See the instructions in Examples.h
for how to add new examples.