ios webview gif背景爲透明設置

UIWebView加載過程當中,在頁面沒有加載完畢前,會顯示一片空白。爲解決這個問題,方法以下:web

webView.backgroundColor = [UIColor clearColor];  
webView.opaque = NO;  
[webView setBackgroundColor:[UIColor colorWithPatternImage:[UIImage imageNamed:@"webbg.png"]]];
相關文章
相關標籤/搜索