Hello,
I'm trying to use the iPhone's database to save some of the information that the user would have to input into the application.
I was told to use core data but nothing seems to be happening. My function works correctly, however the inputs would not save when I run the function again.
The UITextField is the section in which I would like the user to input.
Tried it with a single view application first but now switched to MasterView to see if something would change, but nothing so far.
Please can someone help me know how to save the user's inputs onto the iPhone's database.
I'm new at coding in swift and at creating an application. Thank you!