Added whitespace in UIWebview - removing UIWebView whitespace in iOS7 & iOS8

前端 未结 6 2071
鱼传尺愫
鱼传尺愫 2020-12-13 18:43

Im loading local html files, since iOS7 there is added white space on top in the UIWebView.(I cant post an image as i do not have enough points.) image can be seen here- sna

6条回答
  •  感情败类
    2020-12-13 19:02

    I solved this problem by simply setting a constraint on the WebView, setting the top space between it and the View top to 0, causing the NavBar to overlap the whitespace.

提交回复
热议问题