문제

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 :)

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top