iPhone: ASCII Art not displayed properly in Email API from Textview
In my iPhone App, I create ASCII Art in UITextView and pass it to Email API.
The alignment of ASCII art is not coming properly.
What should I do to get it in Email API same as created开发者_运维百科 in Textview?
Look at MFMailComposeViewController
and it's method setMessageBody:isHTML:
. Use it to create mail with HTML body with font with fixed width (like Courier, ...).
精彩评论