Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Retina Graphics Bug in Resource Bundle #33

Closed
PaulSolt opened this issue Dec 8, 2012 · 2 comments
Closed

Retina Graphics Bug in Resource Bundle #33

PaulSolt opened this issue Dec 8, 2012 · 2 comments

Comments

@PaulSolt
Copy link
Collaborator

PaulSolt commented Dec 8, 2012

There's another setting to change on the MacOS resource bundle to make it work with iOS retina graphics.

Note: If you don't change this setting, retina graphics will be combined using the utility tiffutil. This means your retina graphics will be missing and won't work in .xib files or when you try to load them programatically.

tiffutil -cathidpicheck myimage.png myimage@2x.png -out myimage.tiff

Solution
In the bundle target's "Build Settings" change COMBINE_HIDPI_IMAGES from YES to NO.

CombineHiDPI Images.png

@markshiz
Copy link

I experienced this as well.

@jverkoey
Copy link
Owner

Fixed in #62.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants