iOS: How can I create a UIColor from a hex string? Ricardo 11:32 I like to use this little piece of code to use HTML web colors in my apps. Usage: [ self . view setBackgroundColor : [ self colorWith...Read More
iOS: Concat NSString Unknown 15:13- ( NSString *) concatenateStrings :( NSString *) string , ... { NSString * result = string ; va_list args ; va_start (...Read More