ios-sdk-examples
ios-sdk-examples copied to clipboard
Live example code for the Mapbox iOS SDK
I think adding an example where we have an `MGLPolyline` crossing the [antimeridian](https://en.wikipedia.org/wiki/180th_meridian) would be useful.
An example of https://github.com/mapbox/mapbox-gl-native/pull/5287: > For example, if you want a particular view-backed annotation other than the selected annotation to appear in front of any other view-backed annotations, your MGLMapViewDelegate...
`MGL_MATCH` is a fairly commonly needed/used expression, but we don't currently have an example of it being implemented properly. I think it would be good to remedy this.
RasterImageExample, for example, has a slider that extends beyond the active view controller, underneath the sidebar menu.  /cc @jmkiley
The `LabelPlacementExample` example added in #286 needs to be adapted into a real example or removed from this project. /cc @chloekraw @fabian-guerra @zugaldia
The `TextFormattingExample` example added in #285 needs to be adapted into a real example or removed from this project. /cc @chloekraw @fabian-guerra @zugaldia
After the tile set API stabilizes (https://github.com/mapbox/mapbox-gl-native/issues/7360), we should look at converting [third_party_vector_style.json](https://github.com/mapbox/ios-sdk-examples/blob/77ad4724313c7b0c08094b193d857e373b5e5d98/Examples/Files/third_party_vector_style.json) for the [custom vector source example](https://github.com/mapbox/ios-sdk-examples/blob/77ad4724313c7b0c08094b193d857e373b5e5d98/Examples/Swift%203/SourceCustomVectorExample.swift) to a dynamically-created MGLTileSet/MGLVectorSource object (and eliminate the need for an...
How to use [target tracking mode](https://www.mapbox.com/ios-sdk/api/3.3.0/Classes/MGLMapView.html#/c:objc%28cs%29MGLMapView%28py%29targetCoordinate) to keep a destination and the user’s current location on screen at the same time. /cc @1ec5
A view annotation that is animated along a looping path. Punted from the initial v3.3.0 push in https://github.com/mapbox/ios-sdk-examples/pull/23. /cc @pveugen