uiinterfaceorientation

Best Design Practices if there are more than one views in an Application

Hey champs, This question is for iPad apps designing. I searched a lot on this very useful site but i didn't find anything related to the question. Suppose my application needs to present multiple views to the user, then what is the best way to do that. The ways i think that are possible are 1) Use only one view controller and add all...

UIScrollView Rotation Issues

I have a scrollview that automatically generates a series of subviews containing imageviews. The concept is that it's pretty much a custom PDF style reader, where each page is loaded in to an imageview as an image. There are three "layers" - the outer UIScrollView, the automatically generated subViews and the imageview inside the subview...

MPMoviePlayerController re-orientation portrait to landscape and back to portrait (iOS 4.1)

Since iOS 3.2 the MPMoviePlayerController class allows to embed a movie in the view hierarchy. Now I'm facing this issue: I create my portrait view by placing an instance of MPMoviePlayerController. When the user touch the "fullscreen" button this view enters in fullscreen mode but the view remains in portrait. When the user rotates the...

iPhone Dev: multiple XIB to support orientation like multiple languages?

I've just discovered multiple xib for languages ui support, I'm very excited because is simpler than I expected. Now I was wondering if it's possible to apply same method to have multiple xib for different orientation simply creating different folders in project containing a xib with the same name. ...