摘要: 用UIWebView加载本地gif,png的试了不行,其他格式的没有试。可以显示动态的图片代码很简单如下: NSString *html = @"<html><head><body><img src=\"diablo.gif\"><body></head></html>"; NSString *path = [[NSBundle mainBundle] resourcePath]; NSURL *baseURL = [NSURL fileURLWithPath:path] 阅读全文
posted @ 2012-12-02 14:34 小白猪jianjian 阅读(2478) 评论(0) 推荐(0) 编辑