execute method after delay not using NSThread or sleep() - is there another option?

Viewed 6033

Is there a way in iOS4 to call a method after a delay using something else other than NSThread or blocking the UI using sleep()?

6 Answers
Related