Store image in core data and Retina Display ?
- by shani
Hi
I have an app that has hundreds of words with 3/4 images for each word.
I have 2 versions of each word one for iOS 3 and one for retina display.
I wish to save the images as data and connect them to the appropriate word so it will be easy to pull them later.
my question is -
how do i get the suitable size ?
its works great with the @2x wjen you get it from the app file system, but hoe does it supposed to work when i get it from data ?
thanks
shani