In my xib i have a UIWebView control i need to make its background as transparent so that i made
- Background = clearColor and
- Unchecked Opaque checkbox
It is working fine in iOS 5.0 & greater but in iOS < 5.0 a background white color is coming.How to fix this?
setting your webview’s background to clear color, also make sure that you set opaque to false.