I need to know how can i fit a page in WebView? In iOS开发者_如何学JAVA there is webView.scalesPageToFit=YES
, but in OS X development? How can i do?? Is possible?
The method of UIWebView sizeToFit is helpful :)
I need to know how can i fit a page in WebView? In iOS开发者_如何学JAVA there is webView.scalesPageToFit=YES
, but in OS X development? How can i do?? Is possible?
The method of UIWebView sizeToFit is helpful :)
精彩评论