My application is based on landscapes. I would like to use the MFMailComposeViewController in the landscape, but cannot find anything to find out about the orientation. In the landscape, the MFMailComposeViewController displays only the top of the mail layout window coming from the left side when in the landscape. It mainly covers half of the landscape screen. Is there a way for the letter layout window to appear as a landscape rather than a portrait?
--- EDIT --- The view in which I would like to load mail compilation is output as follows:
[self presentModalViewController:secondView animated:YES];
InfoController *infoController = [[InfoController alloc] initWithNibName:@"Info" bundle:[NSBundle mainBundle]];
[self.view addSubview:infoController.view];
From the foregoing, the mail composite parent view is the third loaded. In info.plist, I do this:
UIInterfaceOrientation = UIInterfaceOrientationLandscapeRight