UIColor-Hex icon indicating copy to clipboard operation
UIColor-Hex copied to clipboard

Convenience methods to convert UIColors to from hex/css value/strings.

Results 3 UIColor-Hex issues
Sort by recently updated
recently updated
newest added

When the CSS string uses a single character for the individual R, G, & B values, the single value is appended for each R, G, & B value instead of...

This answer on SO explains it: http://stackoverflow.com/a/28753635/620184

First, I would like to thank you for the code. Can you please set min iOS version in pod spec as 5.0? Probably I'm wrong but I looked through the...