For an iphone application, i need to show a screen when the user makes the device landscape and pop this screen when the user makes the device as portrait. I am making use of below given method for doing this
Is there any other way to force a screen out of several as Landscape and rest other as portrait without using the above given method.
Thanks
Arnieterm
Code:
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation{
Thanks
Arnieterm