Possible Duplicate:
Blinking effect on UILabel
How to make a UILabel blink in iPhone. I have tried googling and in SO also. But those questions are animating the label to change the colour. But I dont need to change the colour. I jus need the UILabel to blink. Is it possible?
Here’s the code snippet :
In your controller create a NSTimer property :
In your viewDidLoad method, start the timer :
Finally write the function to toggle the label
Have fun