Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xcode iphone simulator view smaller than storyboard

I'm having issues with the size of my story board and the size of the actual display on the iPhone Simulator. Any ideas?

screen shot

like image 531
Grymjack Avatar asked Dec 19 '12 11:12

Grymjack


People also ask

How do I show simulator in Xcode?

Open Xcode and click Menu > Xcode > Preferences > Select Components, and then choose the simulator version you want to download.


2 Answers

There are many correct answers to this question, but the thing is that you can do that by pressing a single button. I had the same problem and this is how I managed to solve it:

enter image description here

enter image description here

like image 191
Ramy Al Zuhouri Avatar answered Nov 19 '22 19:11

Ramy Al Zuhouri


Your simulator is proper. No need to resize it.

You only need to follow these steps

 1. go to nib/storyboard.
 2. click on view
 3. check menu on right side
 4. go to 4th tab
 5. Expand Simulated Metrics
 6. Check Status bar is equal to Default
 7. Top Bar & Bottom Bar are equal to None & None respectively.

Enjoy Programming!

like image 28
Niru Mukund Shah Avatar answered Nov 19 '22 19:11

Niru Mukund Shah