remove grey background when selecting cells from uitableview swift after selection code example
Example: remove grey background when selecting cells from uitableview swift after selection
tableView.deselectRow(at: indexPath, animated: true)
tableView.deselectRow(at: indexPath, animated: true)