UIWebView - remote html loading local images
Posted
by AragornSG
on Stack Overflow
See other posts from Stack Overflow
or by AragornSG
Published on 2010-04-14T17:36:20Z
Indexed on
2010/04/14
17:43 UTC
Read the original article
Hit count: 243
I'm trying to develop an application using UIWebView. The app is loading remote URL's, so in order to make it quick I want it to use the images included in the application bundle. I was wondering if there is a way to do it without forcing the application to manually replace the address of each image to point into local resources?
© Stack Overflow or respective owner