self.alphaView.backgroundColor = [[UIColor blackColor] colorWithAlphaComponent:0.6]; // 这样写,可以设置半透明视图的子视图不透明
// self.alphaView.alpha = 0.6;这样写的话,半透明视图的子视图也会有半透明效果
self.alphaView.backgroundColor = [[UIColor blackColor] colorWithAlphaComponent:0.6]; // 这样写,可以设置半透明视图的子视图不透明
// self.alphaView.alpha = 0.6;这样写的话,半透明视图的子视图也会有半透明效果
本文标题:iOS 设置view的半透明,避免子视图的半透明效果
本文链接:https://www.haomeiwen.com/subject/tzfqjxtx.html
网友评论