I want to change the default transition of navigation controller i.e. FROM left to right TO right to left when pushing a view controller and when I press back button then again change the default transition of navigation controller i.e. FROM right to left TO left to right
self.navigationController?.pushViewController(currentViewController, animated: false)