How to cache text entered in the UITextField?
Posted
by Pradeep Reddy Kypa
on Stack Overflow
See other posts from Stack Overflow
or by Pradeep Reddy Kypa
Published on 2010-04-13T06:40:04Z
Indexed on
2010/04/13
6:43 UTC
Read the original article
Hit count: 590
I have a requirement where i need to enter a text in the text field and when i come out of the view and again open the same view where text field is present, i need the text entered earlier need to appear on the textfield(caching) before the user enters the text for the second time.. Please help me..
© Stack Overflow or respective owner