ios - Can I disable the UITableView selection of the individual cell? -


Any time you tap on a line in UITableView , the row is highlighted And is chosen. Is it possible to do this by tapping the line, this is nothing?

  cell. Selection;   

or [cell set selection style: UITableViewCellSelectionStyleNone]; Next, make sure that you do not apply either the -customized view: didSelectRowAtIndexPath: in your table view representative or explicit Do not exclude those cells for which you do not want to take any action if you apply it.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -