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

前端 未结 6 2073
鱼传尺愫
鱼传尺愫 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:08

    Try self.automaticallyAdjustsScrollViewInsets = NO; in ViewDidLoad.

    ios 7 add 64px automatically for scroll view. (status bar and nav bar)

提交回复
热议问题