2

In portrait I am having two images in the corners one is on the left top and the another on the bottom right.When I rotate the two images stays in the same corner.But I need the whole portrait screen to be rotate left by 90 degree. Here is the images

1) Image 1

enter image description here

2) Image 2

enter image description here

Though i have tried using constraints and auto layout to fix the images but failed.

Need help thanks in advance.

Badal Shah
  • 7,541
  • 2
  • 30
  • 65

2 Answers2

2

If I understand well your question: You should look at Size Classes. You can design different layouts and button arrangements in storyboard using the different size classes. You can watch 2min 30sec of the Stanford iOS8 course about Size Classes here, that can give you a quick intro on the topic.

Guy Daher
  • 5,526
  • 5
  • 42
  • 67
0

You can simply Do it through Size Classes!!! http://www.raywenderlich.com/113768/adaptive-layout-tutorial-in-ios-9-getting-started

check it For Refrence !!!

Sabby
  • 403
  • 3
  • 15