问题
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....
回答1:
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.
来源:https://stackoverflow.com/questions/7467306/displaying-pdf-content-in-uitextview