I have a UIWebView
which has images in it, say that I have the point/coordinates of the x y position of the image, width and height. Can I create an image just by specifying the location of the image in UIWebView
? If yes how?
Or is there a way to get an UIImage
from a UIWebView
without actually looking at the <img src="">
of the html tags? Basically I don't want to make a connection to the internet to pull an image as the image is already there seen on the screen. Question is how do I extract it?