有以保持纵横比,但缓解了水平滚动条阅读的文章,例如一个UIWebView缩放网页的方式。 垂直滚动是好的,我只是不希望用户必须不断地来回滚动横向阅读文章的每一行。 谢谢!
编辑:我使用创建视图的代码
_webView = [[UIWebView alloc] initWithFrame:CGRectMake(0, 0, [[self view] frame].size.width, [[self view] frame].size.height)];
[_webView setAutoresizingMask:UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth];
[_webView setDelegate:self];
[_webView setScalesPageToFit:YES];
[_webView loadRequest:[NSURLRequest requestWithURL:[headline link]]];
链接总是格式化手机了。