这段代码将只改变rootView的alpha值
self.view.backgroundColor = [UIColor colorWithRed:0.0 green:0.0 blue:0.0 alpha:0.5];
这段代码将只改变rootView的alpha值
self.view.backgroundColor = [UIColor colorWithRed:0.0 green:0.0 blue:0.0 alpha:0.5];
本文标题:如何设置superView的alpha不影响subView
本文链接:https://www.haomeiwen.com/subject/pezkcttx.html
网友评论