When the emulator is in horizontal view, the button do not all fit in the screen, and what I would think is that the user needs to scroll.
But for some reason, there is no ability to scroll and the bottom button gets pushed up, making the screen looks broken.
Here is how that looks:

Is this typical? What is usually the solution for this?
Thank you!
Just use a tableviewcontroller instead of a regular view controller. Go to your storyboard drag a Tableview controller to your storyboard screen and connect it to whatever it should look like something like this
Then just delete the Table View Cell if you do not need it
Then drag and drop a view from objects it should look like this
Then adjust view’s height as you wish. And add whatever you want
One important thing though when you choose viewcontroller’s class you need to choose a UITableviewcontroller class
So just add a new objective -c file (inherit from tableviewcontroller)