Joined April 2014
·
Achievements
30 Karma
0 Total ProTip Views
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
I had wrote a extension of UIColor:
https://github.com/DamonQin/CommonExtensionCollection-Swift.
It can also adapt to Hex Value like "#333" or "333".
Usage:
self.testButton.backgroundColor = UIColor.hexValue("323")
self.testButton.backgroundColor = UIColor.hexValue("#323")
self.testButton.setTitleColor(UIColor.hexValueWithAlpha("ffffff", alpha: 1.0), forState: UIControlState.Normal)
May you like this repo. Thx.