views:

339

answers:

1

Hi.

I have a button with an image set through interface builder. The original image is SearchImage.png and the high rez version is [email protected]. I'm absolutely sure that no typos were made, and the higher resolution image is indeed exactly twice the size (ie twice as tall, twice as wide) as the lower resolution image, yet the office's iPhone4 still only loads the low resolution image.

Does anyone have any ideas what the problem might be?

I have read all the relevant Apple documentation.

Thanks! Tristan

+1  A: 

Just assign the image property "SearchImage.png" and include both SearchImage.png and [email protected] in your main bundle and it will load the correct image.

See https://devforums.apple.com/message/233916#233916.

chrish