The below image explains all.

Why are the objects overlapping on the simulator?? how do I make them both of the same size.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The top-level view in your xib is using the iPhone 5 screen size, but you’re running the simulator in the iPhone 4 screen size, which is shorter. Since your xib appears to be using autolayout, you need to adjust the constraints on your objects so that the objects are repositioned and/or resized the way you want for the smaller screen size.