iphone - Retina 4 inch app, to also work on 3.5 -


i see people asking how 3.5-inch apps support 4-inch display. i'm asking opposite. built app work on iphone (4-inch) , ipad, want work on iphones 3.5 inch screens. (i want scale down without warping image).

any tips?

4 inch (working fine):

enter image description here

3.5 inch (not scaling @ auto resize on):

enter image description here

thanks!

to expand bit on aaron golden's comment (e.g., need have separate launch images), need come scheme maximize reuse of images across devices. due different aspect ratios of each of devices.

one approach consider create background pattern want background (apply views setting background color, color created uicolor colorwithpattern method). may able use same background pattern across devices. use "foreground" image on top of background. way may able use, example, swirl image on both 3.5" , 4" iphones.


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -