Matching Color from Sketch to Xcode

iOS 10 has started using the sRGB color space. Also known as extended RGB color space. The entire workflow from design to development needs to use this color space. Otherwise, you will have subtle color mismatches. In this article I will show you how to setup your end-to-end workflow to use the sRGB color space.

Continue reading