How can I make an iPhone UIView "pulse" or fade from one color to another repeatedly?
Posted
by Jonah
on Stack Overflow
See other posts from Stack Overflow
or by Jonah
Published on 2010-03-29T04:02:31Z
Indexed on
2010/03/29
4:03 UTC
Read the original article
Hit count: 425
I want a UIView with a glowing or pulsing effect, like the status bar during a call on the iPhone. Does anyone know how I would go about doing this? I've experimented with NSTimer but can't seem to find how to go about this.
Thanks!
© Stack Overflow or respective owner