UIWebView的使用方法

来源:互联网 发布:p5.js正方形 编辑:程序博客网 时间:2024/05/17 07:43
[webview setOpaque:NO];

[webview setBackgroundColor:[UIColor clearColor]];

NSString *HTMLData = @"<imgsrc="\&quot;http://image.17173.com/bbs/upload/2006/04/06/1144319556.gif\&quot;"alt="\&quot;picture\&quot;"width="\&quot;306\&quot;/"/>";

[webview loadHTMLString:HTMLData baseURL:[NSURLfileURLWithPath:[[NSBundle mainBundle] bundlePath]]];

原创粉丝点击