The issue here is that I had a SplitViewController design, where one of the MasterViewController (tableView) cells triggered a modal segue to a viewController that was presented to the user earlier in the flow.

Everytime the user tapped the target cell from any other menu item (also in the tableView of MasterViewController), it worked great.

Except…