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 th
You need to take off "Resize View from NIB" in IB attributes tab.
We follow the following steps to achieve the same:
UIViewController (this takes a UIView along with it, so no need to add another UIView unless you need more)UIViewController on StoryBoard and set size property to FreeformUIView and set the height and width values.If this doesn't help, you might want to delete the UIView that comes with the UIViewController, add a fresh UIView and repeat #2, and #3 above.
2 .Select UIViewController on StoryBoard and set size property to Freeform

