iphone UITextField remembering user's previous input???
Posted
by Rob
on Stack Overflow
See other posts from Stack Overflow
or by Rob
Published on 2010-05-10T02:34:50Z
Indexed on
2010/05/10
2:38 UTC
Read the original article
Hit count: 628
iphone
|uitextfield
Is there a way to remember what the user put into a UITextField and have it displayed the next time they come to that UITextField? i.e. - have them input their name the first time they come to the "Name" UITextField but have that name already displayed in that field the next time they come across that UITextField?
I want the name to still be editable if they come back to the UITextField, but inputted nonetheless in case they don't need to change it the second time around.
© Stack Overflow or respective owner