美文网首页
ios 圆角和阴影共存效果

ios 圆角和阴影共存效果

作者: Waisti | 来源:发表于2020-05-03 20:00 被阅读0次

    self.backgroundColor = kColor_white;

        self.layer.cornerRadius= 10 ;

        self.layer.shadowOpacity = 0.2;

        self.layer.shadowColor = [UIColor blackColor].CGColor;

        self.clipsToBounds = true;

    相关文章

      网友评论

          本文标题:ios 圆角和阴影共存效果

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