I am trying to load a new view from a tableview:didSelectRowAtIndexPath: method that happens when the uitableviewcell is selected, but because I have a custom uitextfield on that uitableviewcell it selects that text field instead of selecting the uitableviewcell.. how do I stop this from happening?
I am trying to load a new view from a tableview:didSelectRowAtIndexPath: method that happens
Share
I do not know what your goal is… But
you can solve your problem by using CGRectMake(110, 10, 185, 30)]
This way, the UItextField will be on the right half of the tableView and you can touch the left half of the tableView to select a row.