Can anyone tell me what I’m doing wrong here :)?
For some reason the view as it is on the storyboard doesn’t show the same in the simulator.

Screendumb:
http://s12.postimage.org/qe69tndel/Sk_rmbillede_2013_02_09_kl_20_41_49.png
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.
There might be many problems here including :
1)You are running the project on a 4-inch simulator, but your app probably doesn’t have the default-568h@2x image, which is required so your app can be run full-screen on a 4-inch device.
2) If you’re using auto-layout, probably the constraints aren’t set right.
3) If you’re not using auto-layout, probably the auto-resizing masks aren’t set right