Few words about the goal:
I have iPad screen that will be rotated, so it means I will have different width and height during the work app. I have two UIView on the screen. So when the device is in portrait mode the views are located like on image below:

When the device is in the landscape mode:

If the views have subviews I want to stretch them also after parent view will be modified.
Is there any way how to make it using Storyboard and auto layout feature?