如何使用我的资产图片来查看色调颜色?

时间:2019-11-17 06:55:47

标签: ios swift uiimageview uiimage tintcolor

我尝试了以下代码,但没有用。

var colorImg = UIImage(named: "myimg")

maskImageView.image = maskImageView.image?.withRenderingMode(.alwaysTemplate)

maskImageView.tintColor = UIColor(patternImage: colorImg)

0 个答案:

没有答案