Re: UIViewController and splash screen orientation issue on iPad
Re: UIViewController and splash screen orientation issue on iPad
- Subject: Re: UIViewController and splash screen orientation issue on iPad
- From: David Duncan <email@hidden>
- Date: Wed, 25 Aug 2010 12:35:16 -0700
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 (email@hidden)
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:
This email sent to email@hidden