i need to send email in my application.for that i need to add one contacts button,to get contacts from the address book.
so that i need to place one button at tab bar of mailcomposerviewcontroller.
how can i can any one please help me.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
I’m fairly sure that this isn’t possible.
However the MFMailViewController does allow for the search of contacts in the normal way that it is done in Mail.app.
You could also have a view prior to presenting to the mail controller for selecting contacts and then add the contacts that were chosen before presenting the MFMailViewController.