Download Trans Web Free Java Code
Description
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.
Source Files
The download file TransWeb-master.zip has the following entries.
.DS_Store/* w ww. j a va 2 s . c o m*/
AppDelegate.h
AppDelegate.m
Background.png
Info.plist
MyViewController.h
MyViewController.m
Prefix.pch
README
ReadMe.txt
TransWeb.xcodeproj/project.pbxproj
TransWeb.xcodeproj/yile.pbxuser
TransWeb.xcodeproj/yile.perspectivev3
en.lproj/MainWindow.xib
en.lproj/webViewContent.html
main.m
Download
Click the following link to download TransWeb-master.zip.
TransWeb-master.zip