I've programatically set the width and height of my Today widget, and those changes are reflected when I run my app on my phone. However in my storyboard, the height has not changed (so I can't really position objects properly).
How can I set the view size in IB? It doesn't let me change the width/height at the moment.
EDIT: This post is about how to set up the layout it in storyboard, not how to code the widget which I can do.