-
Notifications
You must be signed in to change notification settings - Fork 0
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 UIWeb…
cclv/TransWeb
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
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 UIWeb…
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published