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: Sat, 5 Apr 2008 01:31:36 +0200
On Apr 4, 2008, at 18:38, I. Savant wrote:
Just think of something along the lines of
@interface MyObject : NSObject
{
NSString *name;
NSString *color;
}
In this case, as I said, just do it the easier way first so you
understand what's involved. Then if you want a 'subview as a cell
in a
table', you'll have a much easier time. To do it the simple way,
you'll need to make the necessary adjustments for your color column
in
code.
Come to think of it, if you're targeting Leopard and above, consider
using NSCollectionView. This is FAR better suited to the type of UI
you're describing. Sorry for missing that obvious bit.
Got that working now ...except the predicate bug reported before.
It seems that when I add another object a new predicate is set.
...for some reason.
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