Cocoa-Touch – Do not highlight the watch line when touching

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;

Leave a Comment

Your email address will not be published.