• 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: core data - beyond the simple example
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: core data - beyond the simple example


  • Subject: Re: core data - beyond the simple example
  • From: Torsten Curdt <email@hidden>
  • Date: Fri, 4 Apr 2008 23:44:24 +0200


On Apr 4, 2008, at 22:49, I. Savant wrote:
I already have implemented KVC according to

... you didn't include the actual implementation in your code listing, so we're forced to take your word for it. Therefore, I conclude that your assertion is false. ;-)

- (void)setFilter:(NSPredicate*)newFilter { if (filter != newFilter) { [filter release]; filter = newFilter; } }

- (NSPredicate*)filter
{
	return filter;
}

 Post your code so list members can verify. The day's over for me and
I face a long commute to my home in the middle of nowhere, so
hopefully someone else can answer the call ...

Thanks for you help.

cheers
--
Torsten

_______________________________________________

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: core data - beyond the simple example
      • From: Jim Correia <email@hidden>
References: 
 >core data - beyond the simple example (From: Torsten Curdt <email@hidden>)
 >Re: core data - beyond the simple example (From: "I. Savant" <email@hidden>)
 >Re: core data - beyond the simple example (From: Torsten Curdt <email@hidden>)
 >Re: core data - beyond the simple example (From: "I. Savant" <email@hidden>)
 >Re: core data - beyond the simple example (From: Torsten Curdt <email@hidden>)
 >Re: core data - beyond the simple example (From: Torsten Curdt <email@hidden>)
 >Re: core data - beyond the simple example (From: "I. Savant" <email@hidden>)
 >Re: core data - beyond the simple example (From: Torsten Curdt <email@hidden>)
 >Re: core data - beyond the simple example (From: "I. Savant" <email@hidden>)

  • Prev by Date: Re: NSTask failing
  • Next by Date: Re: NSTask failing
  • Previous by thread: Re: core data - beyond the simple example
  • Next by thread: Re: core data - beyond the simple example
  • Index(es):
    • Date
    • Thread