I am trying to set the exclusiveTouch property to my custom UITableViewCell.
However, adding this code does not seem to work.
for (UIView *view in cell.
Not sure but give it a try:
cell.exclusiveTouch = YES cell.contentView.exclusiveTouch = YES