Landscape UIView in a UITabBarController?

You can try to use approach similar to Apple's AlternateViews sample Basically you should.

You can try to use approach similar to Apple's AlternateViews sample. Basically you should: Create your landscape view with appropriate size (480x300 for landscape if standard statusbar is visible) In your button handler push your landscape calling -pushModalViewController on your current view controller Apply necessary affine transformation to your view to be displayed correctly in landscape.

Thanks, I got it working using the alternateViews sample. – Paul Peelen Dec 10 '09 at 13:24.

Use presentModalViewController:animated: and implement the modal view controller's shouldAutorotateToInterfaceOrientation: accordingly.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions