From e92bc6abf9c5487afb10af60186d7f0fad67cdee Mon Sep 17 00:00:00 2001 From: "Pfeil, Scott Robert" Date: Mon, 20 May 2019 09:30:31 -0400 Subject: [PATCH] Smooths out animation into 5g --- MVMCoreUI/BaseControllers/MFViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/BaseControllers/MFViewController.m b/MVMCoreUI/BaseControllers/MFViewController.m index b9ce00de..444dcf8f 100644 --- a/MVMCoreUI/BaseControllers/MFViewController.m +++ b/MVMCoreUI/BaseControllers/MFViewController.m @@ -279,7 +279,7 @@ - (void)updateNavigationBarUI:(nonnull UINavigationController *)navigationController { if (navigationController) { - [navigationController setNavigationBarHidden:[self navigationBarHidden] animated:NO]; + [navigationController setNavigationBarHidden:[self navigationBarHidden] animated:YES]; [UIColor mfSetBackgroundColorForNavigationBar:[self navigationBarColor] navigationBar:navigationController.navigationBar transparent:[self navigationBarTransparent]];