ios-sdk-examples
ios-sdk-examples copied to clipboard
Live example code for the Mapbox iOS SDK
- [ ] Tapping on a selected annotation should not reselect it. - [x] WebAPIDataExample’s tap gesture should fail when the user is double tap zooming or quick zooming, but...
#172 manually brought in example titles from `ios-sdk` — going forward, we should make this an automatic process, so that the titles on the website and in this examples app...
We now have 47 examples and more examples will add in the future. As you can see the total height of example tableview cells in examples page is ~ 3.5x...
Our tests on Bitrise currently take about 15 minutes to run, every time — for what we’re doing, that seems like too long. We should look at: - Reducing individual...
Now that mapbox/mapbox-gl-native#11447 has landed, the “[Download an offline map](https://www.mapbox.com/ios-sdk/maps/examples/offline-pack/)” example should show how to download a non-rectangular region or at least hint at the possibility of doing so by...
The examples UI tests added in #175 are erratically failing on Bitrise at 00c3769732d6a430b169da99b3a127d16577955b, [like so](https://app.bitrise.io/build/108cd4e17ee3b755): > ExamplesUITests > > testAnimatedLineExample, Asynchronous wait failed: Exceeded timeout of 30 seconds, with...
Although it seems like it should be straightforward, the expression syntax for referencing a custom font in a symbol layer is a bit different than you might expect. An example...
We currently only have tests that use XCUITest to run through every example, but this 1. does nothing to check correctness, and 2. is quite slow. ## We should have...
For consistency and ease, we should automate the creation of testing branches for new Maps SDK releases here. ### Rough outline 1. Maps SDK (pre-)release is finished and pod is...
The “[Dynamically style interactive points](https://www.mapbox.com/ios-sdk/examples/runtime-multiple-annotations/)” example sets the `iconColor` and `iconHaloColor` properties on an symbol style layer: https://github.com/mapbox/ios-sdk-examples/blob/2e26ba925be4c59166b8b47c824aa551da9e5715/Examples/Swift/Markers%20and%20callouts/WebAPIDataExample.swift#L61-L69 But it doesn’t mention that these properties only work if the image...