UIImage

public extension UIImage
  • Initialize a UIImage with an internal Image type, using a givens scale.

    Declaration

    Swift

    convenience init?(mbxImage: Image, scale: CGFloat = UIScreen.main.scale)

    Parameters

    mbxImage

    The internal Image type to use for the UIImage.

    scale

    The scale of the new UIImage.