美文网首页
colorWithAlphaComponent

colorWithAlphaComponent

作者: RobinZhao | 来源:发表于2016-05-31 15:42 被阅读0次

设置supperView为半透明,而子视图不受影响的方法

self.subView.backgroundColor= [UIColor blackColor];
self.superView.backgroundColor= [[UIColor blackColor]colorWithAlphaComponent:0.1];
效果图

相关文章

网友评论

      本文标题:colorWithAlphaComponent

      本文链接:https://www.haomeiwen.com/subject/ntncdttx.html