I have a UIViewController so that the user can enter their data and send it to our ASP.NET Webapi. There are about 40 text fields and other controls.
Is there a way to save the input locally. data will not be cleared until the user clicks the submit button. I want the data still there, even rebooting the phone or restarting the program. save to xml?
source
share