I have an UIWebView with a pdf-file. It works fine. But how can i enable zooming on the pdf-file?
If you want do by programmatically then use
webView.scalesPageToFit = true;
If you are using storyboard then you have to tick check box "Scaling" scales Page to fit