Re: core data - beyond the simple example
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