开发者

Make the UIWebview fill screen

开发者 https://www.devze.com 2023-02-02 03:27 出处:网络
How do I make the content in the UIWebView fill the 开发者_StackOverflow社区whole screen? The UIWebView fills the iphones width correctly, however I need to doubletap the image in the UIWebview to mak

How do I make the content in the UIWebView fill the 开发者_StackOverflow社区whole screen? The UIWebView fills the iphones width correctly, however I need to doubletap the image in the UIWebview to make it stretch out to the bounds.

Help much appriciated!


Try setting scalesPageToFit to YES on your UIWebView.

0

精彩评论

暂无评论...
验证码 换一张
取 消