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

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -