Re: core data - beyond the simple example
Re: core data - beyond the simple example
- Subject: Re: core data - beyond the simple example
- From: "I. Savant" <email@hidden>
- Date: Fri, 4 Apr 2008 12:38:12 -0400
> > 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.
--
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