美文网首页
如何设置superView的alpha不影响subView

如何设置superView的alpha不影响subView

作者: 代码干货 | 来源:发表于2015-08-31 09:19 被阅读698次

    这段代码将只改变rootView的alpha值
    self.view.backgroundColor = [UIColor colorWithRed:0.0 green:0.0 blue:0.0 alpha:0.5];

    参考链接:
    Not to update the subview with superview alpha value

    相关文章

      网友评论

          本文标题:如何设置superView的alpha不影响subView

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