I want to resize a UIViewController
in the storyboard so I can use its UIViewController
as a popover view.
On most sites I can read that the actions are:
- drag a
UIViewController
in the storyboard - put a
UIView
on it - set the attribute on freeform and resize
But in my iOS 5.1 this does not work, even with a new project with only one UIViewController
.
What did I forget in the procedure?