I have recently upgraded to iOS6 SDK and XCode 4.5... I don't know how to design views for iPhone 4S and below as the screen size is smaller for the devices compared to iphone 5. when we create a new project with ios6 in Xcode 4.5 and drag a viewcontroller to the storyboard, its size is 1136 X 640.... So how to design 960X640 apps for iphone 4s with Xcode 4.5 and ios 6sdk??
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
There is two method to do that
Hope that helps. |
|||
|
|
|
In case you are not using Storyboard, following are the steps:
Hope that helps |
|||
|
|