I am trying to use presentModalViewController to display the login screen on the iPad.
LoginFormController *controller = [[[LoginFormController alloc] initWithNibName :@”LoginFormView” bundle
I am trying to use presentModalViewController to display the login screen on the iPad.
LoginFormController *controller = [[[LoginFormController alloc] initWithNibName :@”LoginFormView” bundle
I want to use a UIViewController and two XIBs to handle the orientation change of an iPad application, that is, MenuView and MenuViewLandscape.
So, in MenuViewController In the willRotateToIn