Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Development Apps

There are two iOS apps available in the repo that you can use for MapLibre Native development. One Objective-C based app and a Swift based app.

Objective-C App

This app is available as "App" in the generated Xcode project.

The source code lives in platform/ios/app.

You can also build and run it from the command line with:

bazel run --//:renderer=metal //platform/ios:App

Objective-C app screenshot

Swift App

The Swift App is mainly used to demo usage patterns in the example documentation.

This app is available as "MapLibreApp" in the generated Xcode project.

The source code lives in platform/ios/swift-app.

Swift app screenshot

You can also build and run it from the command line with:

bazel run --//:renderer=metal //platform/ios/app-swift:MapLibreApp