Just use the following code:
self.pdfviewwebview.scalesPageToFit = YES; self.pdfviewwebview.autoresizingMask = (UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight); self.pdfviewwebview.delegate = self;
The most difficult thing that most people forget is to set up a webview delegate, so take care of this.
source share