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
2010-09-23 02:28:19
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
2010-09-23 02:33:40