Getting CGColor from UIColor in iOS
CGColor Memory Issues I have an IOS app that I have been writing that requires color information to be stored as printable text. To do this I use CGColorGetComponents, which returns a CGFloat array of color components. I had been […]