How to get values of textfields in tableview in ios5? I have tried tags but its not working.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Probably you use custom cells.
If you want to get text values when cell become selected (you need to set tag for UITextField when you create it or in xib file):
Or you can set delegate to UITextField when you create cell
In
Set delegate
You can read about UITextField delegate here