DigitalRuby / DRColorPicker

Digital Ruby, LLC Color Picker for iOS
http://www.digitalruby.com/introducing-drcolorpicker-ios/
Other
75 stars 14 forks source link

Assertion failure for hexString length #FF0000FF #4

Closed jainpiyushb closed 8 years ago

jainpiyushb commented 8 years ago

Getting this assertion failure Assertion failed: (7 == hexString.length || 4 == hexString.length), function +[UIColor(HexColorAddition) colorWithHexString:alpha:], < ..... >

I have given a color as Red with designated initializer.

Any idea why ?

jainpiyushb commented 8 years ago

Sorry, this problem is because of a Category used on UIColor. Didn't spot it in the first place.

jjxtra commented 8 years ago

Thanks. I wish objective-c would compile error on category collisions...