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

I have encountered some issues regarding correctly specifying label names in an MGLSymbolStyleLayer. Because not every dataset is available as a GeoJSON file, showing how attributes can be built dynamically...

'-[MBNavigationMapView region]: unrecognized selector sent to instance 0x109853400'

v4.5.0 of the Maps SDK introduces a new [`MGLSymbolStyleLayer.symbolZOrder`](https://www.mapbox.com/ios-sdk/api/4.5.0/Classes/MGLSymbolStyleLayer.html#/c:objc(cs)MGLSymbolStyleLayer(py)symbolZOrder) property which allows the developer to control the z-ordering of features in an individual symbol layer. I think it would be...

new example - help wanted!

added FilterMapSymbols example in Swift and Objective C

new example - help wanted!

How to provide an opt-in to or independent toggle for Mapbox telemetry collection is not well documented or obvious. Given that not using our ℹ️ button (and its integrated telemetry...

new example - help wanted!

Let’s add an example of using SceneKit content in an annotation view. For example, we could use an SCNView as the user location annotation view to turn the user puck...

new example - help wanted!

The segmented controls in `SwitchStylesExample` and `TextFormattingExample` (others?) have black text on a red fill — this isn’t very readable or attractive with the new styling in iOS 13. ![IMG_F80A595DA193-1](https://user-images.githubusercontent.com/1198851/65556086-464e7480-dee3-11e9-9f0c-feb38d6fbd43.jpeg)...

bug
usability / design

Both the Swift and Obj-C `CacheManagementExample` implementations initially show a blankness — after several seconds, the map view appears. /cc @jmkiley

bug