views:

26

answers:

0

Hi, here i am fetching data from 2-3 different xml and by attaching my own css and css coming from server i am merging this code and store it in cache of uiwebview so ass to display that html content in uiwebview. But problem is that uiwebview is having limited cache size due to that i am unable to store large amount of data in it. e.g: suppose i want to store information coming from server in HTML from along with 100 images but due to limited size whenever i am going to display this data it will show only 50 images.. can anyone please suggest me the solution for this....i want to increase cache size of uiwebview or please tell me any compression method to compress data and store it in cache of uiwebview.(encoding or decoding method).