Possible Duplicate:
How to develop or migrate apps for iPhone 5 screen resolution?
how iPhone 5 apps will work on older iPhones?
For example, if I create an app to take advantage of the 4 inch screen will I also have to create another version of my app to support the older 3.5 inch screen?
PS
Im doing it programmatically.
If you enable Autolayout in the interface builder, it will support both screen sizes for the iPhone. If doing it programmatically, there's this question that asked something similar. Implementing auto layout for views generated programmatically