There seems to be an error with my coding, and it says that there are to many nils or something
I need help
MFMailComposeViewController *composer = [[MFMailComposeViewController alloc]init];
if ([MFMailComposeViewController canSendMail]) {
[composer setToRecipients:[NSArray arrayWithObject:@"
[email protected]", nil]];
[composer setSubject:nil];[composer setMailComposeDelegate:self];
[composer setMessageBody:nil isHTML:YES];
[composer setModalTransitionStyle:UIModalTransitionStyleFlipHorizontal];