Posts tagged UIColor

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.

Read More

See more
This post has 20 notes
Tagged with objective-c, category, UIColor,
Posted at 10:30 PM 14 November 2011

Design by Funkytional