I have add a webview,a titleLabel and a coverflowView on a viewcontroller\'s view as its subviews, I want it to change size when the orientation change. I have change the we
I just had the same issue.
The solution that worked for me was to set:
webView.scalesPageToFit = YES;