I am new to auto layout and am experiencing some problems. Take the following portrait view:
I'd like to be able to rotate the device and get a view that looks like this:
The button and label have fixed heights, and so I'd like the image view and the table view to resize. I can't figure out how to achieve this using auto layout. Is it even achievable at all?
I've been able to do something similar, but with a fixed height for the image view, but this is something I don't want.
Thanks in advance.