Ios – xcode 4.5, view size not editable in interface builder

interface-builderiosxcode

I started my project since xcode 4.4, and I have created several view controllers with interface builder (with xib files). Several days ago, I upgraded the xcode to version 4.5. Today, I suddenly found that I could modify view size anymore in interface builder. Is this an intended feature of xcode 4.5 or is it a bug of xcode 4.5?

Best Answer

A view has a Size popup menu in its Simulated Metrics panel (in the Attributes inspector); set that to Freeform and the view becomes manually resizable.