Hello there.
I have 2 textfields in my very simple app.
When I run it in simulator and enter text in these two fields and then close the app (simulator is still running). And then open the app , I see that the text I entered earlier is still present.
How do I make sure that whenever my app is opened, the text field should be empty and it should not remember the contents present, the last time the app was opened.
Thanks
I have 2 textfields in my very simple app.
When I run it in simulator and enter text in these two fields and then close the app (simulator is still running). And then open the app , I see that the text I entered earlier is still present.
How do I make sure that whenever my app is opened, the text field should be empty and it should not remember the contents present, the last time the app was opened.
Thanks