override func viewDidLoad() { navigationController?.interactivePopGestureRecognizer?.isEnabled = true navigationController?.interactivePopGestureRecognizer?.delegate = self } This is the best way to enable/ disable swipe to pop view controller in iOS 10, Swift 3 : For First Screen [ Where you want to Disable Swipe gesture ] : class SignUpViewController : UIViewController,UIGestureRecognizerDeleg..