UIWebView 设置背景为透明

UIWebView的背景怎样设置成为透明?

 [webview setBackgroundColor:[UIColor clearColor]];
 [webview setOpaque:NO];

两句代码搞定,UITabView方法也是这样!


posted on 2017-05-27 16:32  yjbjingcha  阅读(455)  评论(0编辑  收藏  举报

导航