I'm having a few issues with Autolayout and trying to make my app's layout to look decent on both screen sizes. Here's how it looks on a 4-inch:
But,here's how it looks on a 3.5-inch:
I want the UIImageView to stay pinned to the top, and the Watch/Listen buttons to stay together pinned to the bottom (with the same spacing).
And, I want the Title/Speaker/Date labels to be in the middle between the UIImageView and buttons.
Thoughts on how I can do this with Autolayout? Or will I need to do some research on coding the layout?