I have custom UITableViewCell. It contains UITextLabel.
When I press this cell over the label it doesn’t respond, but if I touch it on empty area, then is responds. What might be the problem?
My Cell is made in IB, User Interaction is enabled. Also, I’ve noticed that this problem happens only on iPad, on iPhone everything works perfectly fine!
The problem was that there was another view on top of
UITableView