Well, I achieved it this way.Note: I am inside B.
let cViewController = // getting a handle of this view controller from Storyboardlet aViewController = self.navigationController?.presentingViewControllerself.dismiss(animated: true) { aViewController?.present(cViewController, animated: true)}