How can i attached iphone image through MFMailComposerView in iphone
- by Pugal Devan
Hi,
I am new to iphone development. I have created a button in the view. On clicking the button it loads the photolibrary from the Iphone. Now i want to attached the those selected image through mail. I donno how can i attached the image in MFMailComposerView.
How can i achieve this,
Here my code is,
-(IBAction) Pictures:(id)sender
{
…