How can I align a UIView to the bottom of the parent so that the Y coordinate of the frame is relative to the bottom of the screen instead of the top?
This would be
You can set the autoresizing mask values on the Sizing pane in XIB or Storyboard editor.