UIImage

public extension UIImage
  • Initialize UIImage with color and size

    Declaration

    Swift

    convenience init?(color: UIColor, size: CGSize)

    Parameters

    color

    Image color

    size

    Image size

  • Initialize UIImage from color

    Declaration

    Swift

    convenience init?(color: UIColor)

    Parameters

    color

    Image color

  • Initialize Gradient UIImage with colors and size

    Declaration

    Swift

    convenience init?(colors: [UIColor], size: CGSize)

    Parameters

    colors

    Gradient Image colors

    size

    Image size