uitableview - Need index path.row for textfield -
I am using the xib file with the label on the left and the textfield on the right. I'm using this xib in the UI tableview whenever I click on the text field (on the right), then the row value is required.
I'm able to get line values ββon line values ββ(labeled), but not on textfield.
Please help. Thank you.
Why do not you try with Tedfeld tagging? That is, give tag to textfile and done
from textfield.tag and use it wherever you want.
Comments
Post a Comment