Store image in core data and Retina Display ?
Posted
by
shani
on Stack Overflow
See other posts from Stack Overflow
or by shani
Published on 2011-01-16T22:19:34Z
Indexed on
2011/01/17
0:53 UTC
Read the original article
Hit count: 157
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
© Stack Overflow or respective owner