Hi Flexcoders,
I know this may sound very elementary but I cannot figure the hell out of me
how to achieve this.
I have a label control. I want to display different messages after every 5
seconds, such as:
myLabel.text = "This is my first message"
// Need to delay for about 5 seconds here
myLabel.text = "This is my second message"
// Need to delay for about 5 seconds here
myLabel.text = "This is my last message"
I cannot figure out how to properly use the pause or timer utilities in
achieving this.
Any idea would be appreciated.
Thanks.
Regards,
Angelo