I want to use UIWebView to load a html url, but don't load the image in the html.I want UIWebView just display the plain text in the html. And because of some reason, I can NOT change the html content before loading.
Is there any method to achieve this?