Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save aduuub/d8007c2790d3b153952f1e1d5043dde5 to your computer and use it in GitHub Desktop.
Save aduuub/d8007c2790d3b153952f1e1d5043dde5 to your computer and use it in GitHub Desktop.
extension BaseNavigationController: UINavigationControllerDelegate {
func navigationController(_ navigationController: UINavigationController, didShow viewController: UIViewController, animated: Bool) {
(navigationController as? BaseNavigationController)?.duringPushAnimation = false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment