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

Use HexColors prefix/suffix for HXColor colorWith8BitRed:green:blue:alpha method #23

Closed varkor closed 8 years ago

varkor commented 9 years ago

This method name is a common-enough choice that it conflicts with other pods (e.g. MDCSwipeToChoose), causing undefined behaviour and breaking various functionality. Please rename it to something unique so these issues can be avoided.

(This could well apply to other methods, but it was this one in particular that caused me problems.)

mRs- commented 9 years ago

Hand in a Pull Request and I will look into this.