在 UITextView 中显示 PDF 内容
我的应用程序处理PDF。这里我想在我的应用程序中显示PDF内容。我可以在UIWebView中显示内容。是否可以在UITextView中显示PDF内容..我已经在我的资源文件夹中添加了PDF... 。
MY apps deals with PDF.Here I want to display the PDF content in my app.I can display the contents in UIWebView.Is it possible to diaplay the PDF content in the UITextView..I have added PDF in my resource folder....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简短的回答不,您不能在 UITextView 中显示 PDF 文件,此类用于显示具有格式的文本。尽管您可以将带有 PDF 的 UIWebView 作为子视图添加到 UITextView 中。
Short answer no, you cannot display a PDF file inside a UITextView, this class is made to display text with format. Though you can add the UIWebView with the PDF as a subview to the UITextView.