Is there a way to change background color for UIWebView?
UIWebView
None of the colors set in IB effect UIWebView behavior: before actual content is l
This might help
(Xcode 5 iOS 7) Universal App example for iOS 7 and Xcode 5. It is an open source project / example located here: Link to SimpleWebView (Project Zip and Source Code Example)
webview.backgroundColor = [UIColor clearColor];