I’m trying to make 1 page view to load and image from certain link, I’ve manage to do that, but the picture didn’t fit all the view, I’m planning it to cover the whole view, but it only cover around 80% of it, which mean it still floating in the left side. Is there any code or attribute I need to define to make the page being stretch to fit the whole view?
Thanx in advance.
i think the right approach to this would be adding some css-style to your image (if you can manipulate your html) so that you can control its size and placement…
EDIT: if you set your UIWebView to directly load an image, you could try (I don’t know if it is acceptable for you) to wrap the image in a HTML snippet like this:
so that you can control its size and position through CSS…