views:

54

answers:

1

Hi!

I'd like to know if cocoa has a default way of storing data. If yes what is it? I mean like rails is by default using sqlite...

Also I'm searching for a tutorial on how to use it... Like get data and showing it into a listview, etc...

Thanks for your help!

+6  A: 

Cocoa has Core Data available to manage your applications storage. This is a good place to start learning about Core Data.

Amuck
Great! Thanks a lot!
Tom