-1

Possible Duplicate:
How to deal with iPhone 5 screen size?

The iPhone 5 comes with a longer screen (1136x640 vs 960x640), what should be taken care of in order to support the new (and old) resolutions gracefully?

Community
  • 1
  • 1
ohho
  • 50,879
  • 75
  • 256
  • 383

2 Answers2

0

XIB resources in the first place, they need either be stretchable, i.e. use correct autoresizing settings, or be redesigned.

Davyd Geyl
  • 4,578
  • 1
  • 28
  • 35
0

Splash screens, screen shots, nib files for starters. Additionally, I am willing to bet Apple will handle all these mismatches of sizes elegantly (at least initially) to allow devs time to catch up with these new requirements (like how they initially handled non-retina app assets).

Stunner
  • 12,025
  • 12
  • 86
  • 145