iPhone:Textview 的电子邮件 API 中的 ASCII Art 未正确显示
在我的 iPhone 应用程序中,我在 UITextView 中创建 ASCII Art 并将其传递给电子邮件 API。
ASCII 艺术的对齐没有正确进行。
我应该怎么做才能在电子邮件 API 中获得与在 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看
MFMailComposeViewController
及其方法setMessageBody:isHTML:
。用它来创建带有固定宽度字体的 HTML 正文的邮件(如 Courier,...)。Look at
MFMailComposeViewController
and it's methodsetMessageBody:isHTML:
. Use it to create mail with HTML body with font with fixed width (like Courier, ...).