2
votes

I wanted to migrate my app from iPhone4-iPhone5. When i Googled i found that i need to change the launch image to Default-568h@2x. Everything is working great until now.Only when i navigate to another view wherein i have 3 different images.These images are not wellFitted for iPhone 5 screens.

The first Image is of Size 480*480 The Second Image is of Size 320*65 & Third Image is of Size 320*65

How do i set the sizes to match the image as it appears with iPhone4.

enter image description here

Thank You Best Regards.

1
you should use autolayout constraints...so that it will work properly for both screen sizes.Prashant Nikam
@Xman : Please check the edited question.Do you mean this ?? It is the Default Value. If yes Then please let me know which line to be selected and deselected.user2478518
try to enable the autosizing height alsoSRI
@ernaidu : Probably you are saying the same thing Bhavesh has answered.If so, Do i need to do that for all the three images ??user2478518
Yes do it for all the imagesSRI

1 Answers

1
votes

Try This

enter image description here

i hope helpful you........