Normally a selected row in a UITableView gets deselected with an animation when the user pops back from the detail view.
UITableView
However, in my case where I have a
In Swift 3 / 4
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { tableView.deselectRow(at: indexPath, animated: true) }