mapzen / ios

Where you can find everything iOS from Mapzen
https://mapzen.com/projects/mobile/
Apache License 2.0
40 stars 24 forks source link

Overhaul stylesheet system to make compatible with Obj-c #369

Closed msmollin closed 6 years ago

msmollin commented 6 years ago

Overview

The original implementation of Stylesheets and Themes, while very nice from a Swift perspective, made it unavailable in objective-c; protocol extensions were to blame as they are unavailable to the objective-c runtime. This required a rather extensive refactor and also yielded an additional ticket to go through and check the rest of our swift-based protocols to make sure everything works correctly.

Proposed Changes