标签: ios iphone xcode uiwebview
在xcode 6,IPhone6或IPhone5模拟器或我的物理IPhone上,为什么uiwebview没有出现整页?是什么让uiwebview使网站适应iPhone的大小?如果我在iPhone Safari中打开页面,页面看起来不错。
答案 0 :(得分:0)
尝试
self.view = self.webview; self.webView.scalesPageToFit = YES;