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

Live example code for the Mapbox iOS SDK

Results 62 ios-sdk-examples issues
Sort by recently updated
recently updated
newest added

Fixes https://github.com/mapbox/ios-sdk-examples/issues/414 ![Screen Shot 2020-10-02 at 23 04 50](https://user-images.githubusercontent.com/6927131/94932209-b8e52d80-0503-11eb-9e56-c824d2d2d724.png) CC: @chloekraw

* While setting Xcode Server Bots for this repo, we noticed this issue when building for Xcode 11.7. * There is no issue when building the same Scheme for Xcode...

### Goal — ***one button Xcode builds*** with Xcode Server Bots 🤖 or `XCS`. The repo for `ios-sdk-examples` already has a [CI](https://github.com/mapbox/ios-sdk-examples/blob/main/fastlane/Fastfile) solution. The goal with this issue is to...

To help developers detect errors, we should provide an example that showcases how to achieve this. The below uses MGLObserver to detect errors when tilesets and their sources are not...

[Tests on CI](https://app.bitrise.io/build/cfa5dd595264c601#?tab=log) can spuriously fail with: ``` ExamplesUITests ✗ testEveryExample, Failed to get matching snapshot: Error getting main window kAXErrorServerNotFound ExamplesUITests testEveryExample, Failed to get matching snapshot: Error getting...

bug
tests

Port example for https://github.com/mapbox/mapbox-gl-native-ios/pull/184

new example - help wanted!

When launching the app on iPad, our [`UISplitViewController`](https://developer.apple.com/documentation/uikit/uisplitviewcontroller?language=objc) defaults to showing the child view controller (i.e., the map/example), but this view controller does not load anything until an example is...

bug

In the Mapbox Maps SDK for iOS v4.6.0-alpha.1 animating a line example is not working (does not display the animation nor the line). It works OK in swift.

bug

created new iOS example for changing worldview boundaries

**Example**: `CustomCalloutViewExample` - The text in the custom callout view disappears after the attribution button has been selected. The callout itself remains. I don't see this behavior with the default...

bug