Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

After i upgraded into XCodes 4.3.2 , that's giving me headache. In older version, We can auto resize our control with click on arrow like following photo

enter image description here

But in XCodes 4.3.2 that view was changed like

enter image description here

So what is scales and how it's work? I really don't understand apple ever change also user interface when they release XCodes new Version. Please explain how to work with it?

If my question is too easy for you, please forgive me asking like this question.

Thanks.

share|improve this question
1  
Do you have "Use Auto Layout" checked in the File Inspector (the left hand tab of views you show)? If so, uncheck it. – trojanfoe May 14 '12 at 17:46
Yes thanks.i found it. – i-Developer-i May 14 '12 at 17:47

1 Answer

up vote 2 down vote accepted

I found answer for my question.

That's need to disable auto resize function.

To disable deselect the "use auto layout" option in the Interface Builder design canvas.

After that, everything ok.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.