开发者

Is it possible to load images into UIWebView with out pointing baseUrl Bundle Url

开发者 https://www.devze.com 2023-02-02 05:58 出处:网络
I need a suggesion from you, that is In my use case I need to display the local images in to webview using html tags with out po开发者_开发问答inting base url to the [[[NSBundle mainBundle] resourceUR

I need a suggesion from you, that is In my use case I need to display the local images in to webview using html tags with out po开发者_开发问答inting base url to the [[[NSBundle mainBundle] resourceURL] absoluteString];. Is it possible. If YES please suggest me a best a way to do this.

Thank you, S.


You can certainly copy the images out of the bundle and into Library/ApplicationSupport or Library/Caches or even just tmp and point to them there.

0

精彩评论

暂无评论...
验证码 换一张
取 消