Xcode – How do I get my new text entry into a UITextfield to store when closing app?
I'm completely new to programming. Trying to learn Swift. I've created the UI for my app. A simple data entry app for weight lifting PB's. However when I close the app my data doesn't update to new stored values. How…