Hi everyone!
I'm currently working on an app that takes in different kinds of user data, stores them in arrays and saves them as user prefs. Everything goes fine with input fields, but if I include the contents of an NSTextField, the first time the app saves the contents. If I want to add a second record, it saves it too, but changes the record before it to the same as the last one. And so on, and so on. If I quit the app, reload it and do the same thing again, it won't change the previous ones, only the ones since the last session started.
Is there a different way of saving NSTextField content from saving input field content?
