How would I position a UI view relative to the center of the screen, no matter the orientation?
Do I use the size_to_fit() function?
ui.center?
Do I have to make the ui view a sub view of a larger view? If so, how will that view be oriented when the iPad is rotated (sounds too complex to be the solution).
I am trying to make the view show up in the center of the screen, and scale to fit horizontally.