Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SWIFT

deselect cell swift

override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
    //Change the selected background view of the cell.
    tableView.deselectRow(at: indexPath, animated: true)
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #deselect #cell #swift
ADD COMMENT
Topic
Name
8+5 =