Hi
I've just checkout iOS 14 using xCode12 beta 2.
I perform a very simple test of showing a new UIViewController loaded from xib.
I set explicit animated NO but still I see the animation. It doesn't happen on older iOS
Please let me know what I'm doing wrong :)
I've just checkout iOS 14 using xCode12 beta 2.
I perform a very simple test of showing a new UIViewController loaded from xib.
I set explicit animated NO but still I see the animation. It doesn't happen on older iOS
Code Block language LOG("showing splash screen"); theSplash = [[SplashScreenController alloc] initWithNibName:@"SplashScreenController" bundle:nil];[navigationController pushViewController:theSplash animated:NO]; [theSplash release]; code-block
Please let me know what I'm doing wrong :)