SwiftyColor icon indicating copy to clipboard operation
SwiftyColor copied to clipboard

Support Hex string color code and int with alpha value

Open heart opened this issue 6 years ago • 1 comments

//RGB let color = 0x123456.color

//ARGB let colorWithAlpha = 0xFF123456.color

//#RGB String let color = "#123456".color

//#ARGB String let colorWithAlpha = "#FF123456".color

heart avatar Oct 25 '19 05:10 heart

I did change the iPhone simulator version Github support.

heart avatar Oct 25 '19 09:10 heart