I am Confusing with text field. I add the text field on table every table cell and when i am insert some value on any text field it reflects on the other text field but when i am scroll and go on the last text field then if i inserted some text in that text field then it is not reflected on the text field. If any one knows about this please tell me
Thanks.
Check for the cell allocation, in cellForRowAtIndexPath method. Unproper allocation / or release of custom cell will create such problem. I faced it before.
You can try the code like this,