From ba5ad92d224a3b05a32e903020a68c63b0e72bbd Mon Sep 17 00:00:00 2001 From: Tom Date: Fri, 6 Dec 2013 09:49:35 -0800 Subject: [PATCH] #731 - show NUX fullscreen on iPad after intial launch --- WordPress/Classes/WordPressAppDelegate.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/WordPress/Classes/WordPressAppDelegate.m b/WordPress/Classes/WordPressAppDelegate.m index 33b52b2cff61..73454cd3698b 100644 --- a/WordPress/Classes/WordPressAppDelegate.m +++ b/WordPress/Classes/WordPressAppDelegate.m @@ -322,8 +322,6 @@ - (void)showWelcomeScreenAnimated:(BOOL)animated thenEditor:(BOOL)thenEditor { UINavigationController *navigationController = [[UINavigationController alloc] initWithRootViewController:loginViewController]; navigationController.navigationBar.translucent = NO; - navigationController.modalTransitionStyle = UIModalTransitionStyleCrossDissolve; - navigationController.modalPresentationStyle = UIModalPresentationFormSheet; [self.window.rootViewController presentViewController:navigationController animated:animated completion:nil]; }