views:

76

answers:

1

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?

+1  A: 

if you have any of the metrics (status bar, top navigation bar, etc) it won't let you resize the view.

danno
In some cases when IB won't let you set view attributes, you can wire an IBOutlet in the controller and have code there manipulate the view.
seand