Vipin
Vipin

Reputation: 4728

Create an iPad application for sending the selected photo as an attachment in an email

I need to Create an iPad application for sending the selected photo as an attachment in an email.

As I am a new guy in iPhone/iPad application can any one provide me a good way to do it. Any sample apps, paths to refer.

Upvotes: 1

Views: 221

Answers (1)

PengOne
PengOne

Reputation: 48398

I recommend you take a look at MFMailComposeViewController in the documentation. The examples there will help. You'll want to include the MessageUI.framework as well. This should get you going with mailing within an app.

For the picture side, check out UIImagePickerControllerDelegate.

Upvotes: 1

Related Questions