美文网首页
swift UIButton边框添加阴影效果

swift UIButton边框添加阴影效果

作者: 昨天的李小白 | 来源:发表于2017-08-01 16:38 被阅读0次
    btn.layer.shadowOpacity = 0.8 //阴影区域透明度
    btn.layer.shadowColor = UIColor.black.cgColor // 阴影区域颜色
    btn.layer.shadowOffset = CGSize(width: 1, height: 1) //阴影区域范围
    

    相关文章

      网友评论

          本文标题:swift UIButton边框添加阴影效果

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