I have email functionality in my App. Along with the message body I attach an image data in the mail. While we do [self presentModalViewController:emailController animated:YES]; , it present a view in which, first the message body will be there and then the attachement data/image.
How can I change the order in which the mail showed. I need the image should be shown first and then the message body should follow. If anyone knows please reply immediately.
Thank you in advance. :)