objective c - iOS image sizes for iPad and iPhone -
i have developed small ios app, have image named bg.png of dimension
1024 * 768 ipad.
now have many images has been created ipad size. need make support of app in iphone, weather need create same set of images agian iphone size,
568 * 300 iphone.
or there way this?
scaling down ipad image assets destroy ux on iphone. images icon, splash screen contain company logo. scaling down tamper of logo , overall image. better way create separate images iphone form factor. trim png files using http://tinypng.org/ keep binary size low.
cheers!
amar.
Comments
Post a Comment