I'm sorry if this is a stupid question but I cannot find a answer. Is there a way to create a clickable link say in a MFMailComposeController
or in any other NSString
? I just want it to be blue and the user will be able to click it and it will go to that link.
Thanks!
in the mail msg body try this -
[mailComposer setMessageBody:msg isHTML:YES];
. So when you put the message compose it of HTML & put this setting so that the mail is sent as HTML...