Quote:
Originally Posted by dany_dev
assuming that you have a NSMutableArray of the lenght of the number of cells, you will look the object at index: 10
|
Ok here's what the problem is, I type in text in the textfield, and have the code to get the text from textfield, both in textFieldDidEndEditing and textFieldShouldReturn.
I type in the text and without pressing the Done button on the keyboard, I press the right navigation button , now on this button's action I want to get the textfield's text.
Please, tell me how do I do that ???