Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

differences between xcode interface builder and IOS simulator

I'm new to Xcode and I'm having a problem between interface builder and iphone simulator

As you see below, I set the imageview size for simulator, but some buttons places are changed, button texts disappeared or even buttons disappeared.

http://postimage.org/image/w9ej1c3z1/

I just open a new project and add buttons like the image below, then run the project. Same thing again! I'm doing something wrong?

http://postimage.org/image/6gl55tehd/

xcode version is: 4.5.2

Ios simulator version is 6.0

like image 685
Ali Avatar asked Dec 19 '12 15:12

Ali


1 Answers

Please make validate your design by clicking on "Apply retina 4 form Factor" button at the bottom of view controller upon selection...

if you click on that button, It will change to simulator size and you can check the design

like image 133
Ramu Pasupuleti Avatar answered Oct 23 '22 02:10

Ramu Pasupuleti