SwiftyColor
SwiftyColor copied to clipboard
Support Hex string color code and int with alpha value
//RGB let color = 0x123456.color
//ARGB let colorWithAlpha = 0xFF123456.color
//#RGB String let color = "#123456".color
//#ARGB String let colorWithAlpha = "#FF123456".color
I did change the iPhone simulator version Github support.