I am trying to send an SMS on an iPhone using MFMessageComposeVieController and I want to add a listener that recognizes when the SMS is sent (in other words, when the user presses "Send"). What is the syntax for this?
For example, I know that with a textField, an example of a listener would be: [textField addTarget:self action:@selector(methodName) forControlEvents:UIControlEventEditingDidEndOnExit];