Set default subject when click on email address
问题 I am using dataDetectorTypes property with UITextView.code works fine. When I click on link email composer appears with pre-filled To:[email address] but i want to set default Subject:[subject string] also. How can I do this? 回答1: 1)Fist add <UITextViewDelegate, MFMailComposeViewControllerDelegate> to the class that contains the textview. You must add two imports to this class: #import <MessageUI/MessageUI.h> #import <MessageUI/MFMailComposeViewController.h> 2) Add a variable: