copy HTML to UIPasteboard
- by ManniAT
Hi,
I want to transfer HTML from my app to the iPhone mail application.
I already have the HTML text - lest say <span style='color:red'Test</span
I can place this to UIPasteBoard - but when I paste it to mail I get the html source.
When I place the same string in a HTMLView - select it there and copy it it pastes as red text in mail.
What…