I am using UIWebView to load PDF and images with zooming functionality . For that I checked webView.scalesPageToFit Property to true and it is workin
UIWebView
webView.scalesPageToFit
You can stop scrollView to scroll Vertically and Horizontally using below code. You can also stop bounces.
webView.scrollView.bounces = false; webView.scrollView.isScrollEnabled = false;