, MFMailComposeViewController. , MFMailComposeViewController + Rotate.h:
#import <Foundation/Foundation.h>
#import <MessageUI/MFMailComposeViewController.h>
@interface MFMailComposeViewController (Rotate)
@end
MFMailComposeViewController + Rotate.m
#import "MFMailComposeViewController+Rotate.h"
@implementation MFMailComposeViewController (Rotate)
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
return YES;
}
- (NSUInteger)supportedInterfaceOrientations {
return ;
}
@end
(iOS 3.1.3) , , .
, , , , MFMailComposeViewController, , , MFMailComposeViewController ! .