Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cclv/TransWeb

Demonstrates how to implement UIWebView with a transparent background. To achieve this you need to make the HTML body's background color transparent by doing the following - 1) set the UIWebView's backgroundColor property to [UIColor clearColor] 2) use the UIWebView's content in the html: <body style="background-color: transparent"> 3) the UIWebView's opaque property set to NO
https://github.com/cclv/TransWeb

Last synced: 2 months ago
JSON representation

Demonstrates how to implement UIWebView with a transparent background. To achieve this you need to make the HTML body's background color transparent by doing the following - 1) set the UIWebView's backgroundColor property to [UIColor clearColor] 2) use the UIWebView's content in the html: <body style="background-color: transparent"> 3) the UIWebView's opaque property set to NO

Awesome Lists containing this project

README