I am trying to load a new view from a tableview:didSelectRowAtIndexPath: method that happens when the uitableviewcell is selected, I intend to send the user to a uitableview that displays a list of words that they can then use to populate the uitextfield thats in the custom uitableviewcell in the previous view.
however having the uitextfield there stops me from being able to select the uitableviewcell.. Is there a way to stop this from happening as I am displaying a placeholder in the uitextfield to inform the user as to what value will be held in that particular index.
however having the uitextfield there stops me from being able to select the uitableviewcell.. Is there a way to stop this from happening as I am displaying a placeholder in the uitextfield to inform the user as to what value will be held in that particular index.