Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 412 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 412 Bytes

Mapbox iOS SDK Offline Example

Canonical example of offline tile source caching with the Mapbox iOS SDK.

App written in Swift, SDK written in Objective-C, managed via CocoaPods.

Setup

Makes use of CocoaPods. To run:

  • gem install cocoapods
  • pod install
  • open 'Mapbox Offline.xcworkspace'
  • Build & Run