I have a website that I wish to load in a UIWebView, but it is full of images and takes ages to load. The images are useless, and only serve to reduce the usability on the i
Just download the html and load it using a file:// URL. This will most
likely prevent the image references
from being resolved - though it will
leave ugly squares everywhere