UIWebView dones't resize correctly when orientation change?

后端 未结 7 2091
伪装坚强ぢ
伪装坚强ぢ 2020-12-02 14:11

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

7条回答
  •  一生所求
    2020-12-02 14:34

    I just had the same issue.

    The solution that worked for me was to set:

    webView.scalesPageToFit = YES;
    

提交回复
热议问题