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()?
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()?