I send the user over to a page on a button click. This page is a UITableViewController.
Now if the user taps on a cell, I would like to push him ba
for swift 3 you just need to write the following line of code
_ = navigationController?.popViewController(animated: true)