ios icon indicating copy to clipboard operation
ios copied to clipboard

Where you can find everything iOS from Mapzen

Results 53 ios issues
Sort by recently updated
recently updated
newest added
trafficstars

We currently only have first class support for features like bike and transit overlays but there exist more options (ie. building extrusions). Review all globals and determine which should be...

See https://github.com/tangrams/walkabout-style/pull/189#issuecomment-320813495 for more info.

We should be more aggressive about checking for API key usage in the SDK and utilize something like Cocoa's `assert()` to avoid assertions being compiled into production code.

Our "Not Authorized" error could be a little more obvious that it relates to error messaging, as it looks very similar to an error message produced by Tangram-es when API...

### Description See discussion here: https://github.com/tangrams/tangram-es/issues/1525

### Description Right now we currently do a bunch of juggling work around the fact that older versions of Tangram-es were following an older iOS memory management recommendation that would...

We currently have a spartan parsing layer in the https://github.com/mapzen/ios/blob/master/src/PeliasMapkitExtensions.swift#L123 It's functional but I think we could improve upon it, especially in the testing layer. Given Swift 4 recently merged...

When I download new nightly builds of the app, I want to be be able to attach a debugger and profiler to assess bugs and performance without re-building and re-deloying...

enhancement