I am making an iPhone project for inserting two images in mail. The images are selected from the photo library and they’re stored in two separate image views. When I attach the images in email, it doesn’t attach it correctly.
Share
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.
You can create a html page code and insert that image as tag and pass the whole html as string in the MFMailComposer for Body.It will look cool.
you need write this line
Once you will implement the MFMailComposer you need to set bool if you are using html page in body.Let me know if you have any doubt.