Hello I have an app with a textfield that user have to enter his email. Is there any way to cache the emails that have been inserted to this textfield? I want an autocomplete of the email when the user enter the email. If this is not possible I want at least the app save the last email that the user has used. How to do that?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Use this to store the email value:
To Read it back use:
|
||||
|
|
|
You could save the data by using |
|||
|
|
|
If you want to store large number of emails means you have to use the property list... In NSUserDefaults you have to store only the important values |
||||
|
|