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
I would suggest another option to try:
using webView:shouldStartLoadWithRequest:navigationType: of the WebView's delegate to return NO when it try to load image.
webView:shouldStartLoadWithRequest:navigationType: