Skip to content
sansuba edited this page Nov 12, 2015 · 3 revisions

ColorConvertor wiki!

Functions

To convert hex value to UIColor

  • UIColor* colorFromHex(NSString* hexValue);
  • UIColor* colorFromHexLong(long hexValue);

To UIColor to hexString

  • NSString* hexStringFromColor(UIColor* color);

Clone this wiki locally