I have an app that is finished with several views, but the problem is that it's built for the 4-inch screen, and I am struggling with Auto Layout. My buttons in the main page are either too large, or the same size as the 4-inch, after I play with the height by 1 pixel ( I was using the equal widths and heights ).
Can I use different storyboards for the 4.7 and 5.5 inch devices instead of Auto Layout, and later on submit it to the App Store? I'm using Xcode 7 beta 3, and whenever I play with constraints, Xcode crashes.