Am trying to open MFMailComposer
class, but it crashes on init
method giving CALayer
position contains NaN: [nan 24.5]
Am trying to present MFmailcomposer
on a ViewController
VSMailPicker = [[MFMailComposeViewController alloc] init];
VSMailPicker.mailComposeDelegate = self;
[self presentModalViewController:VSMailPicker animated:YES];
Don't know what am I doing wrong.