开发者

Displaying PDF content in UITextView

开发者 https://www.devze.com 2023-04-06 06:58 出处:网络
MY apps dealswith 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 ha

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

精彩评论

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