10
votes
How do you explicitly animate a CALayer’s backgroundColor?
You don't need to wrap CGColorRefs when setting the toValue or fromValue properties of a CABasicAnimation. Simply use the CGColorRef. To avoid the compiler warning, you can cast the CGColorRef to a …
