Deselect Cell Swift

[Solved] Deselect Cell Swift | Swift - Code Explorer | yomemimo.com
Question : deselect cell swift

Answered by : motionless-macaque-u0t0s911d6f0

override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { //Change the selected background view of the cell. tableView.deselectRow(at: indexPath, animated: true)
}

Source : https://stackoverflow.com/questions/3968037/how-to-deselect-a-selected-uitableview-cell | Last Update : Tue, 12 May 20

Answers related to deselect cell swift

Code Explorer Popular Question For Swift