// For Navigation self.navigationController?.popToRootViewController(animated: true) // For Presenting modally self.view.window!.rootViewController?.dismissViewControllerAnimated(false, completion: nil)