I have a custom UITableViewCell subclass. I have set the contentView of my cell subclass to a custom UIView class in which i am overr
UITableViewCell
contentView
UIView
How about this?
// disable user interaction cell.userInteractionEnabled = NO;