• 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: image in CoreData
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: image in CoreData


  • Subject: Re: image in CoreData
  • From: sanchezm <email@hidden>
  • Date: Thu, 6 Nov 2008 13:53:50 -0800

Core Data properties can be declared 'transient', meaning that they won't be stored in the database.

You can declare them in your model, and have code for them just like any other property. Since you mention that your images are dynamically generated you'd probably have code in your entity subclass that generates the content for the property.

So just use a transient property

- Miguel

On Nov 6, 2008, at 10:09 AM, Georg Seifert wrote:

hello

I have a NSCollectionView populated with bindings. I want to show images witch are generated dynamically. I do not want to store those images in CoreData (at least not written to disk).

should I use an extra dictionary? Or subclass my entity?

any suggestion is welcome

Georg
_______________________________________________

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:
email@hidden


This email sent to email@hidden

_______________________________________________

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


References: 
 >image in CoreData (From: Georg Seifert <email@hidden>)

  • Prev by Date: Re: Cocoa Application to front End for MySQL Database
  • Next by Date: RE: Link error: _open$UNIX2003
  • Previous by thread: Re: image in CoreData
  • Next by thread: sourceView subnodes from CoreDate
  • Index(es):
    • Date
    • Thread