0

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).

enter image description here

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.

Kampai
  • 22,848
  • 21
  • 95
  • 95
chris
  • 4,840
  • 5
  • 35
  • 66

1 Answers1

3

Select the view in IB, click the ruler icon (Size inspector?), then there's a height field that you can change to whatever you want

Matt S.
  • 13,305
  • 15
  • 73
  • 129