How to convert a html hex string into UIColor with objective-c
Typically you should be using RGB (Red, Green, Blue) UIColor’s. However, every now and then you will need to create one from a HEX string. Probably from an API you have to deal with. None the less there is an ubundance of different methods you can use converting hex strings into UIColor objects. This is the solution I swear by and never had a problem with it thus far.

Hello. I'm Byron Salau a Melbourne based developer who's an absolute objective-c and javascript junkie!