Hi all,
I want to prepare the mail interface for show mail and compose same as mail in iphone in my application.
Please suggest me any idea for how I prepare the layout for show mail and compose mail.
Thanks
Deepika
Hi all,
I want to prepare the mail interface for show mail and compose same as mail in iphone in my application.
Please suggest me any idea for how I prepare the layout for show mail and compose mail.
Thanks
Deepika
If you need this to actually let the user send an e-mail, instantiate a MFMailComposeViewController
and present it as a modal view controller.
Hi Deepika,
Use MFMailComposeViewController to send an Email in your application.
see My Answer Link
It will help you.