可以最小化邮件中的单页附件吗?
我有一个 iOS 应用程序,它使用本地创建的 Mail.app 帐户来发送电子邮件,并且我附加了一些 PDF 文档。
我发现,如果文档是一页长,当我调用 [myMailComposer addAttachmentData:data mimeType:theMimeType fileName: fileName];
时,整个文档实际上会插入到邮件中,但是如果文档>1 页,则创建缩略图。
有没有办法强制创建缩略图或优雅地隐藏文档,或者普通 iOS 用户是否知道点击并按住一页文档来启动“快速查看”? (这只发生在 iPad 上 - iPhone 上总是缩略图)
提前感谢您的任何建议。
I have an iOS app which uses the locally-created Mail.app account to send emails with, and I am attaching a few PDF documents.
I have found that if the document is one-page long, when I call [myMailComposer addAttachmentData:data mimeType:theMimeType fileName: fileName];
then the whole document is literally inserted into the mail, but if the document is >1 page then a thumbnail is created.
Is there a way of forcing thumbnail creation or elegantly hiding the document from view, or will the average iOS user know to tap and hold down on the 1-page document to launch 'quick look'? (this only occurs on an iPad - always thumbnails on an iPhone)
Thanks in advance for any advice.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论