我正在尝试将本地图像显示到UIWebView
. 此 Web 视图是使用本地 HTML 代码生成的。我正在使用以下代码:
[htmlPage appendStringWithFormat:@"< img src=\"%@\" alt=\"image\" height=\"100\"
width=\"100\"/>",[[NSBundle mainBundle] pathForResource:@"myImage" ofType:@"png"];
我正在尝试将本地图像显示到UIWebView
. 此 Web 视图是使用本地 HTML 代码生成的。我正在使用以下代码:
[htmlPage appendStringWithFormat:@"< img src=\"%@\" alt=\"image\" height=\"100\"
width=\"100\"/>",[[NSBundle mainBundle] pathForResource:@"myImage" ofType:@"png"];