Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cclv/TransWeb
- Owner: cclv
- Created: 2009-04-28T19:09:17.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-04-28T19:56:12.000Z (over 15 years ago)
- Last Synced: 2023-04-12T16:56:45.922Z (almost 2 years ago)
- Language: Objective-C
- Homepage: http://developer.apple.com/iphone/library/samplecode/TransWeb/index.html
- Size: 363 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome - 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 (etc)
- awesome - 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 (etc)