This is an example showing usage of the MapBox iOS SDK for:
- Online tile sources (e.g., MapBox Hosting) with
RMMapBoxSource
- Offline tile sources (MBTiles) with
RMMBTilesSource
- Interactive tile sources of both types (example) with
RMInteractiveSource
git clone --recursive
to pull down dependencies- Build & go!
Be sure to select the proper target -- the application itself -- so that both the app and its dependent libraries will build and the app will run from Xcode.