I am adding a UILabel instance as a subview of my custom UITableViewCell instance\'s contentView.
UILabel
UITableViewCell
contentView
When I select the cell, the row
Ok found the problem, Make sure your parent view's coordinates are rounded as well.