I have a view controller with an embedded Navigation Controller and I want the presented controller to be able to swipe anywhere to return back to the root controller. How is this possible is it by using SwipeGesture or Extending the navigation controller?
Also please note that the presented controller is a table view and has cell nibs.