I've creaetd a Icon@2x.png icon for a game I want to update, bu when testing it on the iPhone 4 simulator, it still display the Icon.png. That's strange, according to the documentation on apple website, that's all we have to do...
@2x icons
(6 posts) (2 voices)-
Posted 1 year ago #
-
You have menu for iPhoneSimulator where you can change hardware to iPhone 4, then your 2x icon will show
Posted 1 year ago # -
I had already changed to iPhone 4 but it still doesn't show.
I've given up, this high res matters are killing me.Posted 1 year ago # -
Try resetting simulator and cleaning proj in xcode, then build/run again
Posted 1 year ago # -
Thx crmagicxxx, it was a problem with the plist (order of the images).
These pages helped :
http://developer.apple.com/iphone/library/qa/qa2010/qa1686.html
http://www.openradar.me/8099544Posted 1 year ago # -
Weird. Though, you don't need that plist part at all if you have default Icon names. That was how I tested and it worked
Posted 1 year ago #
Reply
You must log in to post.