Esri / data-collection-ios

Mobile data collection app using the iOS Runtime SDK.
https://developers.arcgis.com/
Apache License 2.0
25 stars 26 forks source link

Changes hard coded app colors to color literals. #95

Closed esreli closed 6 years ago

esreli commented 6 years ago

Because your deployment target is 11.0, you could add your custom colors to an asset catalogue and reference them by name in both code and Interface Builder.

I thought about this but yeesh, sticking colors in an assets catalog just feels wrong to me.