Make the UIWebview fill screen
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.
精彩评论