Im trying to format a message body for the MailComposer and I want come clickable links in it.
I know that you can use :setMessageBody isHTML; but my proublem is the when i put in something like
someString@"<a href=\"http://www.mysite.com/path/to/link\">Click Me!</a>\n"
I get errors in XCode because the html quoataion marks are being seen as the end of string quotation marks.
Can anyone please tell me how to work around this. It would be greatly appreciated.
For me both the case works