如何在Objective-C中显示PDF?
问题描述:
如何在Objective-C中阅读和显示PDF?
How to read and display PDF in Objective-C?
答
如果您只想显示它,最简单的方法是将其加载到UIWebView中。
If you just want to display it, the easiest way is to load it in a UIWebView.