What worked for me is this:
contentView.userInteractionEnabled = NO;
called after loading my custom cell from nib. It looks like this content view is created and set as a top-level child view after creating views defined in the nib file.
What worked for me is this:
contentView.userInteractionEnabled = NO;
called after loading my custom cell from nib. It looks like this content view is created and set as a top-level child view after creating views defined in the nib file.