iPhone
[objc] UIWebView, 배경을 투명하게
tenn
2013. 7. 26. 12:40
[webView setBackgroundColor:[UIColor clearColor]];
[webView setOpaque:NO];