Create Email

Add The MessageUI.framework To Your Project In Xcode 4 select your project select the target go to the ‘build phases’ tab open the ‘Link binary with Libraries’ disclosure triangle Use the + to add the MessageUI.framework Add to #ViewController.m #import <MessageUI/MessageUI.h> @interface ViewReminderViewController_iPhone : UIViewController <MFMailComposeViewControllerDelegate> { Your Send Email Function //********************************** //********************************** //********** EMAIL […]

Read More