Re:UIViewController and splash screen orientation issue on iPad

2010-08-25 Thread Dikshith Rai
Hi Eric, > Doing so instead of using the default.png behavior allows controlling the > time the spash is shown on screen You can also do this without creating a new view. Just put a sleep() in App delegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictio

Re:UIViewController and splash screen orientation issue on iPad

2010-08-25 Thread Dikshith Rai
Hi Eric, > Doing so instead of using the default.png behavior allows controlling the > time the spash is shown on screen You can also do this without creating a new view. Just put a sleep() in App delegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictio