I am trying to make my own iOS application for the iPhone 5, I have added 3 labels and one button, problem is one button shows up, however the one of the other buttons and the label are cropped ever so slightly and the last button is out of sight.
I know this is to make it so developers only need to design one GUI for all devices, however I don't know how to fix this.
Example error:
StoryBoard Design
Running on iPhone 5 simulator
How would I fix this?
As you said in your question that you are making an app for iPhone5. So,you have to change your view controller screen size in attribute inspector.
1. select your view controller and change size
2. Now your view controller looks like this
Now run project in iPhone 5 simulator.