I am learning iOS developpement (reading the Big Nerd Ranch Guide) and I want to learn using only my iPhone 5S as a test device. I am using Xcode 6.3.
However, as a beginner, I don't want to get involved with storyboards (which are besides seen as bad by some developers) and autolayout stuff. But, by default xcode does use that new feature and my windows are split when I run my sample apps on my iPhone.
How can I prevent it from doing so and use classic xib files for my iphone 5S?