UIImage

class UIImage : NSObject, NSSecureCoding
  • Undocumented

    Declaration

    Swift

    static func from(color: UIColor) -> UIImage
  • Change image color

    Declaration

    Swift

    func changeColor(with color: UIColor) -> UIImage?

    Parameters

    color

    new color for image

    Return Value

    new Image with updated color