Hello All,
I am new to the iOS. Currently, I am using 3.1.3 base SDK for development and testing. I am developing an application to store credentials. In my Main menu, I have a NSMutable Array with some default cells(objects in NSMutableArray speak) and then the option to add some arrays.Currently I am able to add new cells and remove cells - without persistence across app relaunches....
Each object points to a new view. I wish to use Core Data to store these objects(and the views associated) so that I can store user added cells and the default cells as well. Any Ideas if Core data could wield itself to cells linked with views? or am I barking up the wrong tree?
Cheers, George.