I have an application that needs to run in both portrait and Landscape mode in iPhone.
Everything works fine on all the modes. What happens is if user turns the phone to the LandscapeLeft mode the view is displayed in Landscape left and if user turns the device to LandscapeRight the view is rotated to Landscape Right.
And What I want is to trigger LandscapeLeft view on both the orientation LandscapeLeft and LandscapeRight of the device.
Is it possible technically? I guess NO. So is there any way to achieve this?
EDIT: To make the concept more clear I add an example image. The finger in the image must always point to the Home button of the iPhone device no matter where it is rotated (upside down is not supported)