Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xcode 4.5, view size not editable in interface builder

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?

like image 596
TieDad Avatar asked Sep 29 '12 14:09

TieDad


2 Answers

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.

like image 81
matt Avatar answered Nov 09 '22 06:11

matt


I had the same impression the first time i attempted to resize a view. You just have to go to the INSPECTOR : Simulated Metrics : and change the "Size" to "FreeForm" and there you'll be able to resize your view as much as you want! hope this helps

like image 42
Jorge Vicente Mendoza Avatar answered Nov 09 '22 07:11

Jorge Vicente Mendoza