How to get cell indexpath in uitextfield Delegate Methods?

后端 未结 11 986
南旧
南旧 2020-12-08 22:56

I have two textfields in a custom cell how to get the indexpath value of Tableview cell in textfield delegate methods I want to get the input value from user and save it to

11条回答
  •  感情败类
    2020-12-08 23:08

    set cell indexpath value to UITextField tag property and you can access the indexpath in delegate methods like textfield.tag

提交回复
热议问题