ios webview自适应高度及关闭回弹效果
/////////////////////////////初始化,self.view是父控件/////////////////////////////////
_webView = [[UIWebView alloc] initWithFrame: CGRectMake(0, 0, self.view.frame.size.width, 0)];
_webView.delegate = s
转载
2016-03-08 18:29:47 ·
14762 阅读 ·
0 评论