Re: Core data images

2010-07-26 Thread Kyle Sluder
On Jul 25, 2010, at 11:41 PM, Amy Gibbs wrote: > 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 sl

Core data images

2010-07-25 Thread Amy Gibbs
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