I have a UIView with a label inside that appears at the bottom of my app. I'm trying to create an animation like the one that appears when you are in a call and touch the home button.
It seems like a fade transition that loops between two colors (light green and strong green in the call box).
I also have a NStimer that I think I could use for looping this.
Any ideas in how to accomplish?
Thanks in advance