开发者

Displaying PDF content in UITextView

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 t开发者_StackOverflow社区he PDF content in the UITextView..I have added PDF in my resource folder....


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜