I have made a simple View-based Application with name
Orientation. And add follow code into the file "OrientationViewController.m":
HTML Code:
- (BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
return (interfaceOrientation == UIDeviceOrientationLandscapeLeft);
}
I attached the result.
You should try to do.
Good luck!