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
2) Image 2
Though i have tried using constraints and auto layout to fix the images but failed.
Need help thanks in advance.
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.