• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: CoreData without bindings
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CoreData without bindings


  • Subject: Re: CoreData without bindings
  • From: "I. Savant" <email@hidden>
  • Date: Thu, 23 Aug 2007 11:17:01 -0400

On 8/23/07, Luc Vandal <email@hidden> wrote:
> Where can I find a sample app (Window-based app if possible) or
> tutorial to learn about using Core Data without bindings?

  I don't know that there are any besides the copious documentation,
but what do you want to know? If you want to get some instances of an
entity, create a predicate and a fetch request, then execute it and
you've got your results.

  If you want to get the value of one of those objects, you ask it
using -valueForKey: or -valueForKeyPath: ... same for setting:
-setValue:forKey: or -setValue:forKeyPath:

  This is all covered in the Core Data Programming Guide as well as
the Key-Value Coding Programming Guide.

--
I.S.
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: CoreData without bindings
      • From: Luc Vandal <email@hidden>
References: 
 >CoreData without bindings (From: Luc Vandal <email@hidden>)

  • Prev by Date: Re: CoreData without bindings
  • Next by Date: Re: CoreData without bindings
  • Previous by thread: Re: CoreData without bindings
  • Next by thread: Re: CoreData without bindings
  • Index(es):
    • Date
    • Thread