UIImage
class UIImage : NSObject, NSSecureCoding
-
Create new image by applying a tint.
Declaration
Swift
public func tintedImage(color: UIColor) -> UIImage
Parameters
color
New image tint color.