UIWebView dones't resize correctly when orientation change?

后端 未结 7 2055
伪装坚强ぢ
伪装坚强ぢ 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:38

    I have a similar issue and still cannot find real solution to this. I call reload on UIWebView to work around the issue, by having the scales page to fit on.

    [webView reload];
    
    0 讨论(0)
提交回复
热议问题