当父视图背景颜色透明的时候,alpha导致子视图也透明了。
解决方法:
1.xib中的background color 选others 里面有个opacity
2.代码:backgroundColor = [uicolor colorwithRed:xx green:xx blue:xx alpha:xx];
当父视图背景颜色透明的时候,alpha导致子视图也透明了。
解决方法:
1.xib中的background color 选others 里面有个opacity
2.代码:backgroundColor = [uicolor colorwithRed:xx green:xx blue:xx alpha:xx];
本文标题:如何解决iOS底层UIView透明了,加载上面的View也跟着透
本文链接:https://www.haomeiwen.com/subject/cxxbgttx.html
网友评论