• 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: 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


  • Follow-Ups:
    • Re: core data - beyond the simple example
      • From: Quincey Morris <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: "I. Savant" <email@hidden>)

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