0

How can I take the advantage of SDWebCache in UIWebview. I am loading the UIWebview using loadhtmlWithString with Image tag in the html & passing url in it but it is downloading the image again instead of taking it from cache. Can any body tell what i am doing wrong

Thanks in advance :)

DAMM108
  • 970
  • 2
  • 13
  • 27

1 Answers1

1

You cannot use SDWebImage for UIWebview Caching. But you can use several caching methods to cahe your web page.

Take a look at this, this & this

Community
  • 1
  • 1
Nithin M Keloth
  • 1,595
  • 1
  • 20
  • 37
  • Then what does this means http://stackoverflow.com/questions/17959251/send-path-of-sdwebimage-stored-image-to-a-uiwebview?rq=1 – DAMM108 Mar 11 '14 at 17:43