Hi,
I'm wondering the best method for managing runtime application data. By "Application Data" I mean data that is used during application runtime - data entities et al, but these don't necessary need to be persisted to the Touch 'disk'.
I could create singleton classes that any form controller / other classes can reference at will. I'm wondering if there is a better way?
A lot of UI objects do have the 'datasource' Outlet but it would be tedious to link these up to data objects.
So, I'm wondering what other people do to manage run time app data?
Thanks
I'm wondering the best method for managing runtime application data. By "Application Data" I mean data that is used during application runtime - data entities et al, but these don't necessary need to be persisted to the Touch 'disk'.
I could create singleton classes that any form controller / other classes can reference at will. I'm wondering if there is a better way?
A lot of UI objects do have the 'datasource' Outlet but it would be tedious to link these up to data objects.
So, I'm wondering what other people do to manage run time app data?
Thanks