Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- How to create a transparent web view in iphone
- [self.itemSummary loadHTMLString:[item objectForKey:@"description"] baseURL:nil];
- [self.itemSummary setClipsToBounds:YES];
- self.itemSummary.opaque=NO;
- self.itemSummary.backgroundColor=[UIColor clearColor];
- [myWebView setBackgroundColor:[UIColor clearColor]];
- [myWebView setOpaque:NO];
- <body style="background-color: transparent">
- body{background-color:transparent;}
Advertisement
Add Comment
Please, Sign In to add comment