I want to change my UILabel\'s text after 2 seconds.
UILabel
I tried setting my UILabel\'s text to \"A text\", and use sleep(2) a
sleep(2)
You need to use a timer. Using sleep will halt your entire program. Check NSTimer