Reputation: 32986
In Interface Builder when I look at the size inspector for the view, it's showing 320x416 and it's grayed out so I can't change it. How can this be made editable?
Upvotes: 10
Views: 5374
Reputation: 63506
Change the UIView
's "Size" in the "Simulated Metrics" area in the inspector to "Freeform". Then you can change the Width
and Height
in "View" area in the inspector.
Upvotes: 15
Reputation: 41
if you have any of the metrics (status bar, top navigation bar, etc) it won't let you resize the view.
Upvotes: 4