Maybe I should not ask this question here, but if you can help me out I would be very happy.
I wanted to know, maybe because of your experience, is how to create the images to be included in the app that is also suitable for the retina display ...
maybe you used the software to create vector images?
Give me some advice if you can, thanks :)
2 Answers
Retina display images are simply images that are exactly 2x the size of the original. So if you want to create images for retina display, for example, an icon that is 48x48, you would simply open up your image editor ie: photoshop and create an icon that is 96x96. That is your retina image .. then shrink that to 48x48 for your regular image.
You can use the property "hires" in imageViews. Sometimes just turning that to = true fixes the image in retina displays.
Your Answer
Think you can help? Login to answer this question!