In my UINavigationController I added custom back buttons with the side effect that it is not possible anymore to swipe left to right to pop the view controller and
UINavigationController
func navigationController(_ navigationController: UINavigationController, didShow viewController: UIViewController, animated: Bool) { self.interactivePopGestureRecognizer?.isEnabled = self.viewControllers.count > 1 }
Updated @rivera solution for Swift 5