Currently I have a UITextView field with the CheckBox "Detect Links" checked. The contents of the field will always be an email address.
What I want to do is allow the users to tap the email address and the mail composer open inside of my app.
I have read how you implement sending an email inside of your app using MFMailComposeViewController but how do I capture the user touching the email address, in the UITextView, and send it to my mail composer code instead of the default action?