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
Try this code
func navigationController(navigationController: UINavigationController, didShowViewController vc: UIViewController, animated: Bool) { self.interactivePopGestureRecognizer?.enabled = self.vc.count > 1 }