Possible Duplicate:
How to animate the background color of a UILabel?
I'm pretty new to animating things on iOS and have a basic question.
I have a UILabel that I want to briefly change the color of. Basically, inside of cellForRowAtIndexPath: I am reloading my cell's every 15 seconds or so. If a certain cell meet's a requirement, I want to briefly change the label's color and animate it to fade off back to it's original color.
Pop on, fade out.
Any tips would be amazing. Thanks guys.