1

I am using xcode 7.3 and using following code to open MfMailComposeViewController and object of mail composer goes nil after alloc init it.

- (void)openMailComposer {
NSString *emailTitle = @"Invite for SpotFit";

MFMailComposeViewController *mailVC = [[MFMailComposeViewController alloc] init];
mailVC.mailComposeDelegate = self;

[mailVC setSubject:emailTitle];
[mailVC setMessageBody:AppLink isHTML:NO];

[self presentViewController:mailVC animated:NO completion:nil];

}

Please provide any solution for it. screen shot for it

kirti Chavda
  • 3,029
  • 2
  • 17
  • 29
Ritu pal
  • 306
  • 2
  • 11

0 Answers0