I have an UIWebView with a pdf-file. It works fine. But how can i enable zooming on the pdf-file?
you can use webView.scalesPageToFit=YES; programmatically
webView.scalesPageToFit=YES;
If you are using in xib than just click the check box "Scaling" scales Page to fit
click the check box "Scaling" scales Page to fit