I would really appreciate information on what a have to do in the .h and .m files.
I do not really understand the question since I do not see a NSMutableArray. You could add each of the textfields into an NSMutableArray and then loop through the array and resign for each.
I do not really understand the question since I do not see a NSMutableArray. You could add each of the textfields into an NSMutableArray and then loop through the array and resign for each.
You still are not that clear about what you want. What do you mean when you say you dont want to have to write every textfield out? Surely the end user will need to write in very textfield? Plus the code you have posted so far is to remove the keyboard from a textfield when the user is done. this you wouldnt need to loop, as the keyboard will go after each textfield
he wants to loop through every item in the array and call a method on it, which the code that i posted will do perfectly. However, the deleget method probably makes more sense since only one thing can be firstResponder at a time...