Hey guys,
I have an array that appears in a NSTableView (table).
The array is called items.
When it starts up it already has a list of things in it, but the user can also add and delete items. What I am wondering is, how to save the state of the NSTableView for when the user starts the app again?
Thanks!
Oliver