objective c - Images.xcassets Xcode 5.0.2: Image truncated -
objective c - Images.xcassets Xcode 5.0.2: Image truncated -
my app totally ready app store except 1 issue: when testing app on iphone4 image , launch-image truncated @ bottom.
in images.xcassets folder, have illustration of image in image view:
the box named 1x has image size 640x960px named laddapp_blue-1.png. box named 2x has image size 640x1136px named laddapp_blue@2x.png. box named r4 has image size 640x960px named laddapp_blue-1-1.png.
i have made them in photoshop , saved them png. don't know if resolution 72dpi when saved them or 300. affecting size showing?
i have in 'general' set utilize images.xcassets nil wrong there.
use launchimage in asset catalog.
and select the right alternative in project general tab:
objective-c uiimageview xcode5 xcasset
Comments
Post a Comment