ios - Can I disable the UITableView selection of the individual cell? -
Any time you tap on a line in or UITableView , the row is highlighted And is chosen. Is it possible to do this by tapping the line, this is nothing?
cell. Selection;
[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
Post a Comment