HTML :
width="393025px"
:
CGSize fitsSize = [self.webView sizeThatFits:CGSizeMake(CGRectGetWidth(self.view.bounds), CGFLOAT_MAX)];
: (width = 393158, height = 2763), UIWebView:
self.webView.frame = CGRectMake(0, 0, fitsSize.width, fitsSize.height)
, . UIWebView , .
self.webView.frame = CGRectMake(0, 0, CGRectGetWidth(self.view.bounds), fitsSize.height)
.