Reputation: 29316
I have a UIView acting as a progress bar that sites at the bottom of the screen. I can't seem to figure out how to use AutoLayout to have it stick to the bottom of the screen and remain 8px high.
Is it possible to do this in Interface Builder?
Upvotes: 1
Views: 2333
Reputation: 60110
You want to:
You can do both of these things in Interface Builder - look at the context menus in the bottom right of the design pane. If the metrics aren't quite right after you've pinned the things you want, you can select the constraints that IB will create and adjust their constants directly.
Upvotes: 3