isten."
On 12 Apr, 2012, at 2:23 AM, cocoa-dev-requ...@lists.apple.com wrote:
> Message: 12
> Date: Wed, 11 Apr 2012 00:18:12 +0200
> From: Michael Parchet
> To: Cocoa-dev@lists.apple.com
> Subject: A question about core data.
> Message-ID: <4f84b1a4.7020...@sunrise
Hello Michael,
On 11.04.2012, at 00:18, Michael Parchet wrote:
> Hello,
>
> I have started a billing project with coco and core data. In my project, I
> have a form that the user must fill to add a customer (for example) but it
> seems that core data have only an array controller with a manag
Whoah, back up. It sounds like you've dived in over your depth.
No, you don't have to use an array controller; you are free to modify the
context as you wish. Using one of Cocoa's built-in controllers might well prove
better for your task, it's hard to say.
Fetch requests are what they say on t
Hello,
I have started a billing project with coco and core data. In my project,
I have a form that the user must fill to add a customer (for example)
but it seems that core data have only an array controller with a manage
object context to manage the core data database. Is it true ?
In some