美文网首页
Swift图片平铺

Swift图片平铺

作者: 子璇o | 来源:发表于2016-12-27 18:03 被阅读36次

    1.定义一个图片

    2.将图片转为颜色

    3.设置背景颜色

    
    let backgroundImage =  UIImage(named: "bg.png")
    let backgroundColor = UIColor(patternImage: backgroundImage!)
    
    self.view.backgroundColor = backgroundColor
    
    

    相关文章

      网友评论

          本文标题:Swift图片平铺

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