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

Swift protocols are not objective-c friendly #368

Closed msmollin closed 6 years ago

msmollin commented 6 years ago

As best as I can tell, all our protocols are not objective-c friendly. I need to go through and confirm this individually, but the most recent protocols added (StyleSheet and Theme) are preventing their swift functions from showing up in objective-c code.

There will be some non-trivial changes needed to make this work, but it's all fairly straightforward.