Can't change background for UIWebView in iOS

前端 未结 8 1199
小鲜肉
小鲜肉 2020-12-12 20:20

Is there a way to change background color for UIWebView?

None of the colors set in IB effect UIWebView behavior: before actual content is l

8条回答
  •  再見小時候
    2020-12-12 20:50

    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];

提交回复
热议问题