mRs- / HexColors

HexColors is an extension for UIColor and NSColor to support for creating colors from a hex strings
MIT License
457 stars 102 forks source link

Should we add support for alpha in the hex string? #14

Closed AlexNolasco closed 9 years ago

AlexNolasco commented 9 years ago

for example

AlexNolasco commented 9 years ago

Alpha values http://stackoverflow.com/questions/5445085/understanding-colors-in-android-6-characters/11019879#11019879

rsanchezsaez commented 9 years ago

+1

Unfortunately, this project seems to be abandoned.

mRs- commented 9 years ago

No it's not! I'm going to check the implementaiton today!

mRs- commented 9 years ago

Is https://github.com/mRs-/HexColors/pull/9 exactly what you want?

rsanchezsaez commented 9 years ago

We're using #9 on our production code and it works great. ;-)

mRs- commented 9 years ago

ok sounds cool. Then I will create a new version today! With an Pod update!

mRs- commented 9 years ago

It's done