Re: User Defaults - tables and arrays

2008-08-21 Thread Hal Mueller
It's possible to save arrays using NSUserDefaults--technique is in the archives, but it looked pretty daunting to me with a lot of chances for me to screw things up. I chose to use a very simple CoreData model for my array instead. It might be a bit of overkill, but CoreData saved me a bu

User Defaults - tables and arrays

2008-08-21 Thread Chris Idou
Is the User Defaults Controller any use if you have a table or array of objects to store? It's not obvious what one would bind to, or how one could control the tableview just using a user defaults controller. Is the User Defaults controller purely for simple stuff? __