When I select a table view row, it turns blue. When I touch it, I want the row to not change color. How can I do this?
Each cell requires one of these:
< pre>cell.selectionStyle = UITableViewCellSelectionStyleNone;
When I select a row of a table view, it turns blue. When I touch it, I want the row to not Change the color. How can I do this?
Each cell needs one of these:
cell.selectionStyle = UITableViewCellSelectionStyleNone;