In my app,
I open a url in webview,
But it takes some time to open a url in webview,
Within that time webview shows white background,
I want to change that background.
I try with
webView.backgroundColor=[UIColor blackColor];
It”s not work for me
So,How can i do that?
while create