Possible Duplicate:
How to deal with iPhone 5 screen size?
What is the general consensus on how we should be laying out our views for both screen sizes of the iPhone 5 and the previous iPhones'?
If i wanted to use two different views laid out in IB (one for 4 inch, one for 3.5inch), how would i go about dynamically choosing the initial view?
And how would i go about sharing the same view controllers with two views. The views could share the same controller code because although they will be marginally different, but contain duplicates of the same controls/buttons/elements etc just laid out differently.
Thoughts?