ios - UITableView with Custom UITableViewCell -


I have a table view I have a UITableViewCell in the UITableViewController I have UITextField I in the application when I tap into the textfield It is open. But one of the methods ???? Table view: WishthroughToTindPath: A ???? Tableview: Select whether the position: do not work, because we do not directly tap on the line How can I know the current row's indexPath.row? cellForRowAtIndexPath in your UITextField Set the value of the tag to the existing row to indexPath.row

  [yourTextfield setTag: indexPath.row];   

When editing the text is finished, you can read the tag's property and you have done it.

Comments