I uploaded HTMLto mine UIWebView, which includes both Text, and Images.
TextSuitable for UIWebViewand Imagesnot suitable for UIWebView.
He is too big in UIWebView.
It shows the scroll bar at the end UIWebView.
I want to adjust image size in UWebView. So I tested the following codes.
self.myWebView.scalesPageToFit = YES;
However, it is fixed, including text and text are too small to read and images are fixed.
I want to set the text as usual and only want to fit the image in UIWeView.
How can i do this?
source
share