Resizing a Web View that has already been created
Hi,
I made a webview in interface builder, and I want it to scale down to half the width, and the same hight on an IBAction. So I used the CGAffineTransformMakeScale to resize scale the view. The only problem is that the webpage inside of the webview gets scaled with the view, and therefore is distorted. Is there a way to make my webview resize instead of scale so that the content does not get scaled with the webview as well? Thanks!
|