Guest User

Untitled

a guest
Jan 16th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. NSString *PDFPath = [[NSBundle mainBundle] pathForResource:@"filename" ofType:@"pdf"];
  2. NSURL *URL = [NSURL fileURLWithPath:PDFPath];
  3. NSURLRequest *URLRequest = [NSURLRequest requestWithURL:URL];
  4. [webView loadRequest:URLRequest];
Add Comment
Please, Sign In to add comment