UIWebView加載過程當中,在頁面沒有加載完畢前,會顯示一片空白。爲解決這個問題,方法以下:web
webView.backgroundColor = [UIColor clearColor]; webView.opaque = NO; [webView setBackgroundColor:[UIColor colorWithPatternImage:[UIImage imageNamed:@"webbg.png"]]];