Core data images
Core data images
- Subject: Core data images
- From: Amy Gibbs <email@hidden>
- Date: Mon, 26 Jul 2010 07:41:35 +0100
I'm working on a core data app that has an entity called Product. I'd like to have an image attribute for it but I'm expecting the app to have thousands of products stored over time so storing the images in the app will bloat it out and slow it down.
What I'd like to do is have an imagewell on the interface where I could drop an image from the finder and it would copy the image file to a set destination and save the filename to the store so it can just be referenced.
In another part of the interface I'd like a collection view that displayed all the product images for a given relationship.
Does this seem like the right approach or am I completely wrong?
I'm a beginner so I apologise if this is a stupid question, if you could point me in the right direction I'd appreciate it.
Thanks
Amy_______________________________________________
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