What I want to do is set the initial zoom scale [and in some cases, content offset, but that is less important] for an external website. But after the app initially sets th
Why not:
[self.webView.scrollView setZoomScale:2.0 animated:YES];