On Aug 25, 2010, at 12:27 PM, Dikshith Rai wrote:

> You can also do this without creating a new view. Just put a sleep() in App 
> delegate


Please don't do this in shipping software. Depending on your sleep interval and 
the time it takes your application to startup, you could end up hitting one of 
the watchdog timers and having your application get killed.

Basically you should NEVER block the main thread for any reason.
--
David Duncan

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to