Post

Replies

Boosts

Views

Activity

iOS 14| UIViewController animated doesn't matter what I set
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 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 :)
0
0
676
Jul ’20