I’ve mentioned a number of color helper libraries most recently a library providing colors for creating gradients, and a library for grabbing flat colors based on an image.
Here’s a UIColor extension library submitted by Reid Gravelle called Rainbow that makes a large number of colors usable by name.
Rainbow contains over 1200 colors including many crayola colors and a helper to make the RGB values more readable by not requiring division by 255.
You can find Rainbow on Github here.
A nice library for accessing a wide number of colors with UIColor.
Original article: Open Source UIColor Extension Library Providing Access To 1200+ Colors By Name
©2015 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.