How to Change UIWebview’s background color in iPhone Xcode?
Unlike other UIViews, the UIWebview’s opaque property is set to true by default. That should be set to false for changing the background color.
Unlike other UIViews, the UIWebview’s opaque property is set to true by default. That should be set to false for changing the background color.