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)
This is because the view isn't updated until the end of the runloop. Instead of using sleeps try using NSTimer to set a specific time to update the view.