Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9002103
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:31:31+00:00 2026-06-16T00:31:31+00:00

Is there a new way to present a MFMailComposeViewController for the iPhone 5? I’m

  • 0

Is there a new way to present a MFMailComposeViewController for the iPhone 5? I’m working with a 4 and 5 side by side and the 4 presents/works correctly, yet for the 5 it doesn’t even hit the code:

if ([MFMailComposeViewController canSendMail]) {

    MFMailComposeViewController *mailViewController = [[MFMailComposeViewController alloc] init];
    mailViewController.mailComposeDelegate = self;
    [mailViewController setToRecipients:[NSArray arrayWithObject:@"support@myemail.com"]];
    [mailViewController setSubject:@"Feedback"];
    [mailViewController setMessageBody:@"" isHTML:NO];

    [self presentModalViewController:mailViewController animated:YES];
    [mailViewController release];
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T00:31:32+00:00Added an answer on June 16, 2026 at 12:31 am

    Strange, it works perfect for me on iPhone 5!

    MFMailComposeViewController *mailVC = [MFMailComposeViewController mailComposeViewControllerWithRecipe:self.recipe];
    if (mailVC) {
        mailVC.mailComposeDelegate = self;
        [self presentModalViewController:mailVC animated:YES];
    }
    

    what exactly do you mean “it doesn’t even hit the code”? Maybe yours

    ([MFMailComposeViewController canSendMail])
    

    is false or problem in some abother place

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a new way to connect to MySQL from Python with Mac OS
Is there any way to create a new NSString from a format string like
Is there a way to transfer a new class instance (python class that inherits
Is there any way we can inject new methods and properties into classes during
Is there a way to add new methods to a class, without modifying original
Is there any way I can construct an new object from the given object
Is there a way to return a new version of an array/hash that does
Is there a way in the new async dotnet 4.5 library to set a
Is there a way to run New Relic Server Monitor with Google App Engine
is there any way to find out new version of application is available on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.