Displaying a background image on UIWebView

前端 未结 4 667
独厮守ぢ
独厮守ぢ 2021-01-03 04:16

I\'m trying to build a native application that for all intents and purposes is HTML/CSS and Javascript. It all works fine, but when the UIWebView loads there\'s a delay whi

4条回答
  •  清酒与你
    2021-01-03 04:30

     webView.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"senthil.jpg"]];
    

提交回复
热议问题