I have implemented mail Composer for iPhone and it’s working Fine i want to use that mail composer in iPad also so what should i change or please Guide me how can i implement Mail composer in iPad?if possible then please give me a sample code also for that.Thanks in Advance..
Share
HI!I have implemented this code and you can implement it by just writing below code:
MFMailComposeViewController *mailController = [[MFMailComposeViewController alloc] init];
UIImage *pic = [[UIImage alloc] initWithData:mydata];