SyntaxFix
Write A Post
Hire A Developer
Questions
UIWebviews can also load the .pdf using loadData method, if you acquire it as NSData:
UIWebview
.pdf
loadData
NSData
[self.webView loadData:self.pdfData MIMEType:@"application/pdf" textEncodingName:@"UTF-8" baseURL:nil];